aboutsummaryrefslogtreecommitdiff
path: root/redist/test_dcl.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-03-18 02:11:20 -0400
committercnlohr <lohr85@gmail.com>2018-03-18 22:21:59 -0400
commitd21999e85f29edae7de8abdfb293da870e7fad47 (patch)
treeb28bd423ed9ae5961394ece0c479eb981418f57a /redist/test_dcl.c
parent51d3954e38e01e2c327f561cc27f6d8abbc9907d (diff)
downloadlibsurvive-d21999e85f29edae7de8abdfb293da870e7fad47.tar.gz
libsurvive-d21999e85f29edae7de8abdfb293da870e7fad47.tar.bz2
trying new config mode
Diffstat (limited to 'redist/test_dcl.c')
-rw-r--r--redist/test_dcl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redist/test_dcl.c b/redist/test_dcl.c
index ded2863..cc120ac 100644
--- a/redist/test_dcl.c
+++ b/redist/test_dcl.c
@@ -91,7 +91,7 @@ void compareToCblasTrans() {
cvMulTransposed(&Em1, &Em1tEm1, 1, 0, 1);
print_mat(&Em1tEm1);
- test_dcldgemm_speed("Trans", 1, 0,
+ test_dcldgemm_speed("Trans", 0, 0,
n, // # of rows in OP(A) == em1' -- 20
n, // # of cols in OP(B) == em1 -- 20
m, // # of cols in OP(A) == em1' -- 12