Explorar o código

tests/datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl.c: partly revert #5869, the code had been wrongly removed

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
a3f521e8d7

+ 3 - 0
tests/datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl.c

@@ -127,6 +127,9 @@ main(void)
 
 	struct stats expected_stats =
 	{
+#ifdef STARPU_USE_CPU
+		.cpu           = 0,
+#endif
 #ifdef STARPU_USE_CUDA
 		.cuda          = 2,
 		.cpu_to_cuda   = 1,