Browse Source

"implement" the [a]sync-tasks-overhead test for the SPUs.

Cédric Augonnet 16 years ago
parent
commit
5e5b7053d0

+ 3 - 0
tests/microbenchs/async-tasks-overhead.c

@@ -39,6 +39,9 @@ static starpu_codelet dummy_codelet =
 	.where = ANY,
 	.core_func = dummy_func,
 	.cublas_func = dummy_func,
+#ifdef SPU_FUNC_NULL
+	.gordon_func = SPU_FUNC_NULL,
+#endif
 	.model = NULL,
 	.nbuffers = 0
 };

+ 3 - 0
tests/microbenchs/sync-tasks-overhead.c

@@ -32,6 +32,9 @@ static starpu_codelet dummy_codelet =
 	.where = ANY,
 	.core_func = dummy_func,
 	.cublas_func = dummy_func,
+#ifdef SPU_FUNC_NULL
+	.gordon_func = SPU_FUNC_NULL,
+#endif
 	.model = NULL,
 	.nbuffers = 0
 };