浏览代码

src/datawizard/memalloc.c: add TODO we need to use starpu_malloc

Nathalie Furmento 12 年之前
父节点
当前提交
12ebe944d9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/datawizard/memalloc.c

+ 3 - 0
src/datawizard/memalloc.c

@@ -766,6 +766,9 @@ starpu_allocate_buffer_on_node(uint32_t dst_node, size_t size)
 	cudaError_t status;
 #endif
 
+#ifdef STARPU_DEVEL
+#warning TODO: we need to use starpu_malloc
+#endif
 	switch(starpu_node_get_kind(dst_node))
 	{
 		case STARPU_CPU_RAM: