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 2fadfe7 commit f05f787Copy full SHA for f05f787
scripts/test-triton.sh
@@ -721,7 +721,7 @@ run_triton_kernels_tests() {
721
722
# available after `capture_runtime_env` call
723
gpu_file="$TRITON_TEST_REPORTS_DIR/gpu.txt"
724
- if [[ -f "$gpu_file" ]] && grep -q "B580" "$gpu_file"; then
+ if [[ -f "$gpu_file" ]] && grep -qE "B580|A770" "$gpu_file"; then
725
# Using any other number of processes results in an error on the BMG due to insufficient resources.
726
# FIXME: reconsider in the future
727
max_procs=1
0 commit comments