Explorar o código

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

Nathalie Furmento %!s(int64=5) %!d(string=hai) anos
pai
achega
e784847afc
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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[])
 {