|
@@ -173,7 +173,9 @@ unsigned starpu_cuda_worker_get_count(void);
|
|
|
unsigned starpu_spu_worker_get_count(void);
|
|
|
unsigned starpu_opencl_worker_get_count(void);
|
|
|
|
|
|
-int starpu_asynchronous_copy_disabled();
|
|
|
+int starpu_asynchronous_copy_disabled(void);
|
|
|
+int starpu_asynchronous_cuda_copy_disabled(void);
|
|
|
+int starpu_asynchronous_opencl_copy_disabled(void);
|
|
|
|
|
|
/* Return the identifier of the thread in case this is associated to a worker.
|
|
|
* This will return -1 if this function is called directly from the application
|