Explorar o código

TODO: remove costly data

Samuel Thibault %!s(int64=11) %!d(string=hai) anos
pai
achega
3373a42dba
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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];