Skip to content

Commit 2338afd

Browse files
committed
chore: clean up test infrastructure
1 parent 8f5f3c2 commit 2338afd

File tree

7 files changed

+1
-309
lines changed

7 files changed

+1
-309
lines changed

scripts/test.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ export CIM_COMPILER_PROJECT=${PROJECT_ROOT}
1111
export CIM_COMPILER_PACKAGE=${PROJECT_ROOT}/src/cim_compiler
1212

1313
cd "$PROJECT_ROOT"
14-
# Run comm tests with reduced parallelism to avoid memory issues
15-
pytest test/compiler/comm
16-
# Run other tests with normal parallelism
14+
# Run compiler tests with parallelism
1715
pytest -n 16 test/compiler/arith test/compiler/control_flow test/compiler/memory test/compiler/simd
1816
pytest test/poly/dsl_conv/
1917
pytest test/poly/op/test_op_compile.py

test/compiler/comm/test_all_gather.cim

Lines changed: 0 additions & 12 deletions
This file was deleted.

test/compiler/comm/test_send_recv.cim

Lines changed: 0 additions & 11 deletions
This file was deleted.

test/compiler/comm/test_send_recv.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

test/op/test_reduce/test_reduce.cim

Lines changed: 0 additions & 24 deletions
This file was deleted.

test/op/test_reduce/test_reduce.py

Lines changed: 0 additions & 144 deletions
This file was deleted.

test/op/test_reduce/test_reduce_inplace.cim

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)