Skip to content

[Bug+Suggestion] CCCL CMake Config for CUDA 13Β #672

@osayamenja

Description

@osayamenja
if(MSCCLPP_USE_CUDA)
    #...
    find_package(CCCL PATHS ${CUDAToolkit_LIBRARY_DIR}/cmake/cccl)
    if (CCCL_FOUND AND CUDAToolkit_VERSION_MAJOR GREATER 12)
        set(GPU_LIBRARIES CUDA::cudart CUDA::cuda_driver CCCL::CCCL)
    elseif()
        set(GPU_LIBRARIES CUDA::cudart CUDA::cuda_driver)
    endif()
    #...
else()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions