From 5f4eeb054cee3077988f6cb383b582f86f794b2f Mon Sep 17 00:00:00 2001 From: nimlgen <138685161+nimlgen@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:46:49 +0300 Subject: [PATCH] rangeify: passes now (#12277) --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5428eaef0d..7b7cf87b3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -519,13 +519,11 @@ jobs: llvm: "true" - name: Test CPU=1 RANGEIFY=1 # TODO: add more passing tests here - # test_embedding issue with jit # test_load_state_dict_sharded_model_dict_same_axis issue with multi # test_instancenorm_3d is very slow - # test_copy_from_disk issue with DISK run: | CPU=1 CPU_LLVM=0 RANGEIFY=1 python3 -m pytest -n auto --durations 20 \ - -k "not test_embedding and not test_load_state_dict_sharded_model_dict_same_axis and not test_instancenorm_3d and not test_copy_from_disk" \ + -k "not test_load_state_dict_sharded_model_dict_same_axis and not test_instancenorm_3d" \ test/test_tiny.py test/test_rangeify.py test/test_ops.py test/test_symbolic_ops.py test/test_symbolic_jit.py test/test_tensor_variable.py \ test/test_outerworld_range.py test/test_randomness.py test/test_nn.py test/test_arange.py test/test_tensor.py test/test_optim.py - name: Test const folding