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 bd3af9a commit bef7455Copy full SHA for bef7455
scripts/test-triton.sh
@@ -666,7 +666,7 @@ run_triton_kernels_tests() {
666
if [[ -f "$gpu_file" ]] && grep -q "B580" "$gpu_file"; then
667
# Using any other number of processes results in an error on the BMG due to insufficient resources.
668
# FIXME: reconsider in the future
669
- max_procs=${PYTEST_MAX_PROCESSES:-1}
+ max_procs=1
670
else
671
max_procs=${PYTEST_MAX_PROCESSES:-4}
672
fi
0 commit comments