This repository was archived by the owner on Apr 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ foreach(i ${CORE_TEST_FILES})
38
38
endforeach ()
39
39
40
40
################################################################################
41
- # CPP mapper tests, execution should use ATen C++ API
41
+ # CPP cuda_mapper crosscompile tests
42
42
################################################################################
43
43
set (CORE_TEST_FILES
44
- test_mapper_memory_promotion
45
- test_mapper
44
+ test_cuda_mapper
45
+ test_cuda_mapper_memory_promotion
46
46
)
47
47
48
48
foreach (i ${CORE_TEST_FILES} )
@@ -51,6 +51,9 @@ foreach(i ${CORE_TEST_FILES})
51
51
target_link_libraries (${i} ${GOOGLE_LIBS} tc_core_cuda_no_sdk )
52
52
endforeach ()
53
53
54
+ ################################################################################
55
+ # CPP mapper tests, execution should use ATen C++ API
56
+ ################################################################################
54
57
add_executable (test_mapper_llvm test_mapper_llvm.cc )
55
58
add_test (test_mapper_llvm test_mapper_llvm )
56
59
target_link_libraries (
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments