瀏覽代碼

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

Ludovic Courtès 13 年之前
父節點
當前提交
564be33e64
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);