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 6096875 commit 6dda328Copy full SHA for 6dda328
CMakeLists.txt
@@ -704,8 +704,14 @@ target_include_directories(
704
CUTLASS
705
SYSTEM INTERFACE
706
$<BUILD_INTERFACE:${CUDA_TOOLKIT_ROOT_DIR}/include>
707
- $<BUILD_INTERFACE:${CUDA_TOOLKIT_ROOT_DIR}/include/cccl>
708
)
+if(CUDA_VERSION VERSION_GREATER_EQUAL 13.0)
709
+ target_include_directories(
710
+ CUTLASS
711
+ SYSTEM INTERFACE
712
+ $<BUILD_INTERFACE:${CUDA_TOOLKIT_ROOT_DIR}/include/cccl>
713
+ )
714
+endif()
715
716
install(
717
DIRECTORY
0 commit comments