Samuel Thibault 14 years ago
parent
commit
156a057938
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/starpu_data_interfaces.h

+ 1 - 0
include/starpu_data_interfaces.h

@@ -140,6 +140,7 @@ size_t starpu_matrix_get_elemsize(starpu_data_handle handle);
 
 
 /* BLOCK interface for 3D dense blocks */
+/* TODO: rename to 3dmatrix? */
 typedef struct starpu_block_interface_s {
 	uintptr_t ptr;
         uintptr_t dev_handle;