Ver código fonte

TODO: remove costly data

Samuel Thibault 11 anos atrás
pai
commit
3373a42dba
1 arquivos alterados com 2 adições e 0 exclusões
  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];