Skip to content

Commit ce451a6

Browse files
committed
Remove gpu test workaround since asynchronous execution issue is fixed.
1 parent 7cd8492 commit ce451a6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,10 @@ configure_lit_site_cfg(
4242
${IMEX_LIT_CFG_PY}
4343
)
4444

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"
4846
${CMAKE_CURRENT_BINARY_DIR}
4947
DEPENDS ${IMEX_TEST_DEPENDS} check-gen
50-
ARGS "--workers=1"
5148
)
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()
5849
set_target_properties(check-imex PROPERTIES FOLDER "Tests")
5950

6051
add_lit_testsuite(check-ptensor "Running the IMEX/ptensor regression tests"

test/Gen/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ add_subdirectory(PlaidML)
140140
add_lit_testsuite(check-gen "Running the IMEX generated regression tests in ${GEN_TEST_SRC_ROOT}"
141141
${GEN_TEST_BIN_ROOT}
142142
DEPENDS ${IMEX_TEST_DEPENDS}
143-
ARGS "--workers=1"
144143
)
145144
set_target_properties(check-gen PROPERTIES FOLDER "Tests")
146145

0 commit comments

Comments
 (0)