瀏覽代碼

julia/examples/mult/mult.c: lower default value

Nathalie Furmento 5 年之前
父節點
當前提交
e784847afc
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      julia/examples/mult/mult.c

+ 1 - 5
julia/examples/mult/mult.c

@@ -193,11 +193,7 @@ void display_times(unsigned start_dim, unsigned step_dim, unsigned stop_dim, uns
 	}
 }
 
-#ifdef STARPU_QUICK_CHECK
-#define STRIDE_DEFAULT 4
-#else
-#define STRIDE_DEFAULT 72
-#endif
+#define STRIDE_DEFAULT 8
 
 int main(int argc, char * argv[])
 {