Samuel Thibault 15 anni fa
parent
commit
156a057938
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;