Explorar o código

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

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
12ebe944d9
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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: