From ecbeec86bf399fb82c942ad9b4f6e9799fc09c48 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 18 Dec 2014 19:27:13 +0000
Subject: [PATCH] changed nist testing
---
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