Revert "Enable the newly added OuterPersistent scheduler"#927
Revert "Enable the newly added OuterPersistent scheduler"#927
Conversation
This reverts commit b96d569.
Ah, maybe it's already there, but we had the ccache error yesterday, so the benchmark build was unsuccessful and we just ignored it. @liqiangxl, please make sure to run the benchmarks as well with #926 |
#926 is already merged. The base image is not updated yet. Will check #923 which is based on the latest main branch including #926. |
|
We have plain nvfuser_bench running in the CI, but only those filtered test cases |
No. The failed case is |
|
Maybe we should revise all the benchmarks run by nvfuser and ensure they all start with |
Can you fix the name? |
sure. |
Reverts #916
The persistentScheduler has been deactivated but
BENCHMARK(Softmax_WarpReduce)still uses it. It should useScheduleHeuristic::InnerPersistentinstead of ScheduleHeuristic::Persistent.The err if runs
./nvfuser_bench --benchmark_min_time=0 --benchmark_filter=Softmax_WarpReduce