Sfoglia il codice sorgente

the sync_and_notify_data test cannot be executed by SPUs yet.

Cédric Augonnet 16 anni fa
parent
commit
f57eac1713
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      tests/microbenchs/sync_and_notify_data.c

+ 2 - 2
tests/microbenchs/sync_and_notify_data.c

@@ -70,7 +70,7 @@ int main(int argc, char **argv)
 		{
 			/* increment a = v[0] */
 			starpu_codelet cl_inc_a = {
-				.where = ANY,
+				.where = CORE|CUBLAS,
 				.core_func = core_codelet_incA,
 #ifdef USE_CUDA
 				.cublas_func = cuda_codelet_incA,
@@ -102,7 +102,7 @@ int main(int argc, char **argv)
 		{
 			/* increment c = v[2] */
 			starpu_codelet cl_inc_c = {
-				.where = ANY,
+				.where = CORE|CUBLAS,
 				.core_func = core_codelet_incC,
 #ifdef USE_CUDA
 				.cublas_func = cuda_codelet_incC,