Samuel Thibault 7 年之前
父节点
当前提交
4530859f9c
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/sched_policies/component_work_stealing.c

+ 5 - 1
src/sched_policies/component_work_stealing.c

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2013,2017                                Inria
  * Copyright (C) 2013-2014,2016-2017                      CNRS
- * Copyright (C) 2014-2017                                Université de Bordeaux
+ * Copyright (C) 2014-2018                                Université de Bordeaux
  * Copyright (C) 2013                                     Simon Archipoff
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -28,6 +28,10 @@
 
 #include "prio_deque.h"
 
+#ifdef STARPU_DEVEL
+#warning TODO: locality work-stealing
+#endif
+
 struct _starpu_work_stealing_data
 {
 /* keep track of the work performed from the beginning of the algorithm to make