From 4ac78c89269138b4623993f9f1d81829d8e88131 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 20 Jan 2015 21:26:46 +0000
Subject: [PATCH] I am so done with opencl, switching to cuda

---
 src/mini_blas.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mini_blas.c b/src/mini_blas.c
index 4d92971..0c4c37b 100644
--- a/src/mini_blas.c
+++ b/src/mini_blas.c
@@ -53,6 +53,7 @@
 
 void test_blas()
 {
+
     time_random_matrix(0,0,100,100,100); 
     time_random_matrix(1,0,100,100,100); 
     time_random_matrix(0,1,100,100,100); 

--
Gitblit v1.10.0