ソースを参照

xfail modular-random* on parallel tasks

We have no guarantee that random will manage to achieve sane speedups,
in general.
Samuel Thibault 4 年 前
コミット
4bb2d6bc67
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      tests/microbenchs/parallel_independent_heterogeneous_tasks.sh
  2. 1 1
      tests/microbenchs/parallel_independent_homogeneous_tasks.sh

+ 1 - 1
tests/microbenchs/parallel_independent_heterogeneous_tasks.sh

@@ -16,6 +16,6 @@
 #
 source $(dirname $0)/microbench.sh
 
-XFAIL="modular-eager-prio modular-eager-prefetching modular-prio-prefetching modular-random-prefetching modular-random-prio-prefetching modular-prandom modular-prandom-prio modular-ws modular-heft modular-heft-prio modular-heft2 modular-heteroprio modular-gemm random peager heteroprio graph_test"
+XFAIL="modular-eager-prio modular-eager-prefetching modular-prio-prefetching modular-random modular-random-prio modular-random-prefetching modular-random-prio-prefetching modular-prandom modular-prandom-prio modular-ws modular-heft modular-heft-prio modular-heft2 modular-heteroprio modular-gemm random peager heteroprio graph_test"
 
 test_scheds parallel_independent_heterogeneous_tasks

+ 1 - 1
tests/microbenchs/parallel_independent_homogeneous_tasks.sh

@@ -16,6 +16,6 @@
 #
 source $(dirname $0)/microbench.sh
 
-XFAIL="modular-eager-prefetching modular-prio-prefetching modular-random-prefetching modular-random-prio-prefetching modular-prandom modular-prandom-prio modular-ws modular-heft modular-heft-prio modular-heft2 modular-heteroprio modular-gemm random peager heteroprio graph_test"
+XFAIL="modular-eager-prefetching modular-prio-prefetching modular-random modular-random-prio modular-random-prefetching modular-random-prio-prefetching modular-prandom modular-prandom-prio modular-ws modular-heft modular-heft-prio modular-heft2 modular-heteroprio modular-gemm random peager heteroprio graph_test"
 
 test_scheds parallel_independent_homogeneous_tasks