changeset 1959:6d343611bb03 draft

one task size changed 16k to 128k
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Sat, 08 Feb 2014 14:19:41 +0900
parents 59fc5bd0967f
children 273de551f726
files example/regex_mas/main.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/example/regex_mas/main.cc	Fri Feb 07 17:21:38 2014 +0900
+++ b/example/regex_mas/main.cc	Sat Feb 08 14:19:41 2014 +0900
@@ -36,7 +36,7 @@
 unsigned char *sword = 0;
 int task_count = 0;
 
-static int division = 16; // in Kbyte
+static int division = 128; // in Kbyte
 CPU_TYPE spe_cpu = SPE_ANY;
 CPU_TYPE read_spe_cpu = IO_0;