Преглед изворни кода

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

Nathalie Furmento пре 13 година
родитељ
комит
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,