소스 검색

TODO: remove costly data

Samuel Thibault 11 년 전
부모
커밋
3373a42dba
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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];