Skip to content

Commit f05f787

Browse files
[CI] Fix triton_kernels hang
Signed-off-by: Whitney Tsang <[email protected]>
1 parent 2fadfe7 commit f05f787

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
@@ -721,7 +721,7 @@ run_triton_kernels_tests() {
721721

722722
# available after `capture_runtime_env` call
723723
gpu_file="$TRITON_TEST_REPORTS_DIR/gpu.txt"
724-
if [[ -f "$gpu_file" ]] && grep -q "B580" "$gpu_file"; then
724+
if [[ -f "$gpu_file" ]] && grep -qE "B580|A770" "$gpu_file"; then
725725
# Using any other number of processes results in an error on the BMG due to insufficient resources.
726726
# FIXME: reconsider in the future
727727
max_procs=1

0 commit comments

Comments
 (0)