Browse Source

TODO: remove costly data

Samuel Thibault 11 years ago
parent
commit
3373a42dba
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/starpu_task.h

+ 2 - 0
include/starpu_task.h

@@ -121,7 +121,9 @@ struct starpu_task
 {
 	struct starpu_codelet *cl;
 
+	/* TODO: remove someday, this is costly */
 	struct starpu_data_descr buffers[STARPU_NMAXBUFS] STARPU_DEPRECATED;
+
 	starpu_data_handle_t handles[STARPU_NMAXBUFS];
 	void *interfaces[STARPU_NMAXBUFS];