Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 49bfc2d

Browse files
nicolasvasilacheTheodoros Theodoridis
authored andcommitted
Separate cuda cross compile tests
This clearly separates cuda cross-compiled tests for which we only check the output code
1 parent e221236 commit 49bfc2d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

test/CMakeLists.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ foreach(i ${CORE_TEST_FILES})
3838
endforeach()
3939

4040
################################################################################
41-
# CPP mapper tests, execution should use ATen C++ API
41+
# CPP cuda_mapper crosscompile tests
4242
################################################################################
4343
set(CORE_TEST_FILES
44-
test_mapper_memory_promotion
45-
test_mapper
44+
test_cuda_mapper
45+
test_cuda_mapper_memory_promotion
4646
)
4747

4848
foreach(i ${CORE_TEST_FILES})
@@ -51,6 +51,9 @@ foreach(i ${CORE_TEST_FILES})
5151
target_link_libraries(${i} ${GOOGLE_LIBS} tc_core_cuda_no_sdk)
5252
endforeach()
5353

54+
################################################################################
55+
# CPP mapper tests, execution should use ATen C++ API
56+
################################################################################
5457
add_executable(test_mapper_llvm test_mapper_llvm.cc)
5558
add_test(test_mapper_llvm test_mapper_llvm)
5659
target_link_libraries(
File renamed without changes.

0 commit comments

Comments
 (0)