Explorar o código

sched_policies: add a comment related to USE_OVERLOAD experimental code

Samuel Pitoiset %!s(int64=9) %!d(string=hai) anos
pai
achega
1d6d838d5a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/sched_policies/work_stealing_policy.c

+ 3 - 0
src/sched_policies/work_stealing_policy.c

@@ -29,6 +29,9 @@
 #include <Ayudame.h>
 #endif
 
+/* Experimental (dead) code which needs to be tested, fixed... */
+/* #define USE_OVERLOAD */
+
 struct _starpu_work_stealing_data
 {
 	struct _starpu_fifo_taskq **queue_array;