Skip to content

Commit a4bde41

Browse files
[test-triton.sh] Skip more files when running all benchmarks (#4300)
Signed-off-by: Whitney Tsang <[email protected]>
1 parent eb286af commit a4bde41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ run_benchmarks() {
437437
pip install .
438438
for file in $TRITON_PROJ/benchmarks/triton_kernels_benchmark/*.py; do
439439
benchmark=$(basename -- "$file" .py)
440-
if [[ $benchmark = @("__init__"|"benchmark_driver"|"benchmark_testing") ]]; then
440+
if [[ $benchmark = @("__init__"|"benchmark_shapes_parser"|"benchmark_testing"|"benchmark_utils"|"build_report") ]]; then
441441
continue
442442
fi
443443
echo

0 commit comments

Comments
 (0)