aboutsummaryrefslogtreecommitdiff
path: root/redist/test_dcl.c
diff options
context:
space:
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