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 eb286af commit a4bde41Copy full SHA for a4bde41
scripts/test-triton.sh
@@ -437,7 +437,7 @@ run_benchmarks() {
437
pip install .
438
for file in $TRITON_PROJ/benchmarks/triton_kernels_benchmark/*.py; do
439
benchmark=$(basename -- "$file" .py)
440
- if [[ $benchmark = @("__init__"|"benchmark_driver"|"benchmark_testing") ]]; then
+ if [[ $benchmark = @("__init__"|"benchmark_shapes_parser"|"benchmark_testing"|"benchmark_utils"|"build_report") ]]; then
441
continue
442
fi
443
echo
0 commit comments