From b1de474874c8a5a49099963ce9576e9dab2a26a5 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Wed, 24 Sep 2025 19:34:05 +0200 Subject: [PATCH] Use only one process for pytest and triton kernels test suite on BMG --- scripts/test-triton.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-triton.sh b/scripts/test-triton.sh index 4dcb5a6b1a..8f50ca64be 100755 --- a/scripts/test-triton.sh +++ b/scripts/test-triton.sh @@ -666,7 +666,7 @@ run_triton_kernels_tests() { if [[ -f "$gpu_file" ]] && grep -q "B580" "$gpu_file"; then # Using any other number of processes results in an error on the BMG due to insufficient resources. # FIXME: reconsider in the future - max_procs=${PYTEST_MAX_PROCESSES:-1} + max_procs=1 else max_procs=${PYTEST_MAX_PROCESSES:-4} fi