aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/mm/rb.h
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/mm/rb.h')
-rw-r--r--benchmarks/mm/rb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/mm/rb.h b/benchmarks/mm/rb.h
index 593b54f..421c964 100644
--- a/benchmarks/mm/rb.h
+++ b/benchmarks/mm/rb.h
@@ -1,7 +1,5 @@
-// See LICENSE for license details.
-
static const int RBM = 4, RBN = 5, RBK = 6;
-static const int CBM = 36, CBN = 35, CBK = 36;
+static const int CBM = 24, CBN = 25, CBK = 24;
static inline void kloop(size_t p, t* a0, size_t lda, t* b0, size_t ldb, t* c, size_t ldc)
{
t* c_0 = &c[ldc*0];