Prechádzať zdrojové kódy

Handle tasks with more than 4GiB data (who knows...)

Samuel Thibault 11 rokov pred
rodič
commit
0994bcef27
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/datawizard/coherency.c

+ 1 - 1
src/datawizard/coherency.c

@@ -724,7 +724,7 @@ int _starpu_fetch_task_input(struct _starpu_job *j)
 	int workerid = starpu_worker_get_id();
 
 #ifdef STARPU_USE_FXT
-	unsigned total_size = 0;
+	unsigned long total_size = 0;
 #endif
 
 	unsigned index;