Skip to content

Commit f67af78

Browse files
committed
Change CUDA_ARCHITECTURES for tests to all-major
1 parent 718c4c7 commit f67af78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ if(${KERNEL_FLOAT_LANGUAGE_CUDA})
1616

1717
target_compile_options(kernel_float_tests PRIVATE "-ftime-report -ftime-report-details")
1818
target_compile_options(kernel_float_tests PRIVATE "--extended-lambda")
19-
set_target_properties(kernel_float_tests PROPERTIES CUDA_ARCHITECTURES "70;80")
19+
set_target_properties(kernel_float_tests PROPERTIES CUDA_ARCHITECTURES "all-major")
2020
endif()
2121

2222
if(${KERNEL_FLOAT_LANGUAGE_HIP})
2323
set_source_files_properties(${FILES} PROPERTIES LANGUAGE HIP)
24-
endif()
24+
endif()

0 commit comments

Comments
 (0)