Samuel Thibault 16 년 전
부모
커밋
3a7f234dd1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/starpu.h

+ 2 - 0
include/starpu.h

@@ -26,6 +26,8 @@
 #include <starpu-perfmodel.h>
 #include <starpu-task.h>
 
+/* TODO: should either make 0 be the default, or provide an initializer, to
+ * make future extensions not problematic */
 struct starpu_conf {
 	/* which scheduling policy should be used ? (NULL for default) */
 	const char *sched_policy;