File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 export COMPILE_KERNEL=1
8787 export USE_NVIDIA=1
8888 MAX_JOBS=32 python3 -m pip install . --no-build-isolation -v
89- MAX_JOBS=32 python3 -m pip install . --no-build-isolation -v
9089
9190 - name : Clear cache if ClearCache label present
9291 if : steps.check_backend.outputs.should_skip != 'true'
@@ -139,11 +138,6 @@ jobs:
139138 --ignore=python/test/tle/unit/test_tle_get_node_rank.py \
140139 --ignore=python/test/tle/unit/test_tle_signal.py \
141140 --ignore=python/test/tle/unit/test_tle_signal_wait.py
142- CUDA_LAUNCH_BLOCKING=1 bash python/test/tle/unit/test_tle_distributed_d2d.sh
143- CUDA_LAUNCH_BLOCKING=1 bash python/test/tle/unit/test_tle_get_local_pe.sh
144- CUDA_LAUNCH_BLOCKING=1 bash python/test/tle/unit/test_tle_d2d_barrier.sh
145- # CUDA_LAUNCH_BLOCKING=1 bash python/test/tle/unit/test_tle_signal.sh
146- # CUDA_LAUNCH_BLOCKING=1 bash python/test/tle/unit/test_tle_signal_wait.sh
147141 ## flagtree hints python tutorials
148142 python3 python/tutorials/hints/01/01-vector-add.py --only_unit_test
149143 # python3 python/tutorials/hints/02/02-fused-softmax.py --only_unit_test
You can’t perform that action at this time.
0 commit comments