ソースを参照

use a higher heavy cost constant to avoid false negative tests results on loaded machines

Olivier Aumage 8 年 前
コミット
7a741eafa3
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      tests/sched_policies/simple_cpu_gpu_sched.c

+ 2 - 2
tests/sched_policies/simple_cpu_gpu_sched.c

@@ -57,7 +57,7 @@ cpu_task_gpu(struct starpu_task *task,
 	(void) arch;
 	(void) nimpl;
 
-	return 1000.0;
+	return 10000000.0;
 }
 
 static double
@@ -69,7 +69,7 @@ gpu_task_cpu(struct starpu_task *task,
 	(void) arch;
 	(void) nimpl;
 
-	return 1000.0;
+	return 10000000.0;
 }
 
 static double