Explorar o código

forgot to commit the public headers in the previous commit

Cédric Augonnet %!s(int64=15) %!d(string=hai) anos
pai
achega
516411357c
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      include/starpu-util.h

+ 1 - 4
include/starpu-util.h

@@ -229,10 +229,7 @@ void starpu_create_sync_task(starpu_tag_t sync_tag, unsigned ndeps, starpu_tag_t
 				void (*callback)(void *), void *callback_arg);
 
 #ifdef USE_CUDA
-/* In case the application is using streams, these functions will
- * repespectively create, and return, a unique stream for every GPU worker. */
-void starpu_helper_create_per_gpu_streams(void);
-cudaStream_t *starpu_helper_get_local_stream(void);
+cudaStream_t *starpu_get_local_stream(void);
 #endif
 
 #ifdef __cplusplus