Speed up benchmarks that take a long time to run
[riscv-tests.git] / benchmarks / mm / rb.h
index 593b54f134f2b5818c74711708c37da93e56a092..421c9648fb47118a886dadd14b29955f943b21b3 100644 (file)
@@ -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];