From f5135a87154a21d28b00d71fad885165e509e312 Mon Sep 17 00:00:00 2001
From: Raphael Boucherie <raphael.boucherie@inria.fr>
Date: Tue, 30 May 2017 10:31:51 +0200
Subject: [PATCH] Corection of the tile_syze and inner_block_size

---
 testing/testing_zauxiliary.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/testing_zauxiliary.c b/testing/testing_zauxiliary.c
index f1f061213..748c56694 100644
--- a/testing/testing_zauxiliary.c
+++ b/testing/testing_zauxiliary.c
@@ -185,8 +185,8 @@ int main (int argc, char **argv)
      else*/
     MORSE_Init( ncores, ngpus);
     MORSE_Disable(MORSE_AUTOTUNING);
-    MORSE_Set(MORSE_TILE_SIZE,         20 );
-    MORSE_Set(MORSE_INNER_BLOCK_SIZE,   7 );
+    MORSE_Set(MORSE_TILE_SIZE,         320 );
+    MORSE_Set(MORSE_INNER_BLOCK_SIZE,   48 );
 
     argc -= 4;
     argv += 4;
-- 
GitLab