Skip to content

Commit f794efc

Browse files
committed
修改单测位置
1 parent 283290b commit f794efc

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

test/auto_parallel/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ if(WITH_DISTRIBUTE AND WITH_GPU)
176176
test_dtensor_from_local_api)
177177
py_test_modules(test_dy_local_view_compute MODULES test_dy_local_view_compute)
178178
py_test_modules(test_local_view_compute MODULES test_local_view_compute)
179+
py_test_modules(test_process_mesh MODULES test_process_mesh)
179180
# End of unittests WITH single card WITHOUT timeout
180181

181182
endif()

test/auto_parallel/pir/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ if(WITH_DISTRIBUTE AND WITH_GPU)
7070
test_pipeline_scheduler_1f1b_pir ENVS FLAGS_enable_pir_api=1)
7171
set_tests_properties(test_pipeline_scheduler_1f1b_pir
7272
PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 50)
73-
py_test_modules(test_process_mesh_pir MODULES test_process_mesh_pir)
7473
py_test_modules(test_moe_api MODULES test_moe_api ENVS FLAGS_enable_pir_api=1)
7574
py_test_modules(test_pipeline_scheduler_vpp_pir MODULES
7675
test_pipeline_scheduler_vpp_pir ENVS FLAGS_enable_pir_api=1)

0 commit comments

Comments
 (0)