Przeglądaj źródła

Do not declare the same field multiple time

Cédric Augonnet 14 lat temu
rodzic
commit
8386cce80c
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/datawizard/interfaces/void_interface.c

+ 0 - 1
src/datawizard/interfaces/void_interface.c

@@ -50,7 +50,6 @@ static const struct starpu_data_copy_methods void_copy_data_methods_s = {
         .ram_to_opencl_async = dummy_opencl_copy_async,
 	.opencl_to_ram_async = dummy_opencl_copy_async,
 #endif
-	.cuda_to_cuda = dummy_copy,
 	.cuda_to_spu = dummy_copy,
 	.spu_to_ram = dummy_copy,
 	.spu_to_cuda = dummy_copy,