File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,10 @@ configure_lit_site_cfg(
42
42
${IMEX_LIT_CFG_PY}
43
43
)
44
44
45
- # limit number of workers for lit test when gpu test is enabled
46
- if (IMEX_ENABLE_L0_RUNTIME OR IMEX_ENABLE_SYCL_RUNTIME OR IMEX_ENABLE_VULKAN_RUNNER )
47
- add_lit_testsuite (check-imex "Running the IMEX regression tests"
45
+ add_lit_testsuite (check-imex "Running the IMEX regression tests"
48
46
${CMAKE_CURRENT_BINARY_DIR}
49
47
DEPENDS ${IMEX_TEST_DEPENDS} check-gen
50
- ARGS "--workers=1"
51
48
)
52
- else ()
53
- add_lit_testsuite (check-imex "Running the IMEX regression tests"
54
- ${CMAKE_CURRENT_BINARY_DIR}
55
- DEPENDS ${IMEX_TEST_DEPENDS} check-gen
56
- )
57
- endif ()
58
49
set_target_properties (check-imex PROPERTIES FOLDER "Tests" )
59
50
60
51
add_lit_testsuite (check-ptensor "Running the IMEX/ptensor regression tests"
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ add_subdirectory(PlaidML)
140
140
add_lit_testsuite (check-gen "Running the IMEX generated regression tests in ${GEN_TEST_SRC_ROOT} "
141
141
${GEN_TEST_BIN_ROOT}
142
142
DEPENDS ${IMEX_TEST_DEPENDS}
143
- ARGS "--workers=1"
144
143
)
145
144
set_target_properties (check-gen PROPERTIES FOLDER "Tests" )
146
145
You can’t perform that action at this time.
0 commit comments