We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
all-major
1 parent 718c4c7 commit f67af78Copy full SHA for f67af78
tests/CMakeLists.txt
@@ -16,9 +16,9 @@ if(${KERNEL_FLOAT_LANGUAGE_CUDA})
16
17
target_compile_options(kernel_float_tests PRIVATE "-ftime-report -ftime-report-details")
18
target_compile_options(kernel_float_tests PRIVATE "--extended-lambda")
19
- set_target_properties(kernel_float_tests PROPERTIES CUDA_ARCHITECTURES "70;80")
+ set_target_properties(kernel_float_tests PROPERTIES CUDA_ARCHITECTURES "all-major")
20
endif()
21
22
if(${KERNEL_FLOAT_LANGUAGE_HIP})
23
set_source_files_properties(${FILES} PROPERTIES LANGUAGE HIP)
24
-endif()
+endif()
0 commit comments