We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e9d0d commit 2bb17d6Copy full SHA for 2bb17d6
1 file changed
.github/workflows/gpu-smoke.yml
@@ -870,7 +870,7 @@ jobs:
870
set -o pipefail
871
# TODO: Run full benchmark suite after verifying fix
872
# python -m pytest -q benchmarks/ops --junit-xml=bench_results.xml | tee tileops_benchmarks.log
873
- python -m pytest -q benchmarks/ops/bench_gated_deltanet.py -v --tb=short --junit-xml=bench_results.xml | tee tileops_benchmarks.log
+ python -m pytest -q benchmarks/ops/bench_activation.py -v --tb=short --junit-xml=bench_results.xml | tee tileops_benchmarks.log
874
875
if [ -f profile_run.log ]; then
876
{ echo; echo "===== profile_run.log summary ====="; cat profile_run.log; } >> tileops_benchmarks.log
0 commit comments