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.
1 parent 42c6e17 commit d030469Copy full SHA for d030469
CMakeLists.txt
@@ -120,7 +120,7 @@ if(${TRITON_ENABLE_GPU})
120
121
enable_language(CUDA)
122
set_target_properties(kernel_library_new PROPERTIES LANGUAGE CUDA)
123
- set_target_properties(kernel_library_new PROPERTIES CUDA_ARCHITECTURES "53;60;61;62;70;72;75")
+ set_target_properties(kernel_library_new PROPERTIES CUDA_ARCHITECTURES 53 60-real 62-real 70-real 72-real 75-real 80-real 86-real 89-real 90-real)
124
set_target_properties(kernel_library_new PROPERTIES POSITION_INDEPENDENT_CODE ON)
125
set_target_properties(kernel_library_new PROPERTIES LINKER_LANGUAGE CUDA)
126
target_compile_features(kernel_library_new PUBLIC cxx_std_${TRITON_MIN_CXX_STANDARD})
0 commit comments