From f1bd06134ddada498730cb8012a679fcfb73e918 Mon Sep 17 00:00:00 2001 From: qazal <77887910+Qazalin@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:51:23 +0300 Subject: [PATCH] test fuse with RANGEIFY=2 (#12187) --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61f1605fb3..ee10403e66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -528,6 +528,8 @@ jobs: test/test_outerworld_range.py test/test_sample.py test/test_randomness.py - name: Test multitensor run: RANGEIFY=1 PYTHONPATH="." python3 test/test_multitensor.py TestMultiTensor.test_matmul_shard_1_1 TestMultiTensor.test_simple_add_W + - name: Test Fuse + run: RANGEIFY=2 python3 -m pytest --durations 20 test/test_softmax_fusion.py -k "not test_auto_softmax" - name: Test GPU=1 RANGEIFY=1 run: GPU=1 RANGEIFY=1 pytest -n auto test/test_ops.py - name: Test CPU=1 RANGEIFY=2