Explorar o código

Avoid stack overflow in `basic_examples/vector_scal.c'.

Ludovic Courtès %!s(int64=13) %!d(string=hai) anos
pai
achega
564be33e64
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/basic_examples/vector_scal.c

+ 1 - 1
examples/basic_examples/vector_scal.c

@@ -27,7 +27,7 @@
 #include <starpu_opencl.h>
 #include <stdio.h>
 
-#define	NX	2048000
+#define	NX	204800
 #define FPRINTF(ofile, fmt, args ...) do { if (!getenv("STARPU_SSILENT")) {fprintf(ofile, fmt, ##args); }} while(0)
 
 extern void scal_cpu_func(void *buffers[], void *_args);