瀏覽代碼

forgot to commit the public headers in the previous commit

Cédric Augonnet 15 年之前
父節點
當前提交
516411357c
共有 1 個文件被更改,包括 1 次插入4 次删除
  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