Skip to content

Conversation

@tarcila
Copy link
Collaborator

@tarcila tarcila commented Nov 13, 2025

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for CUDA 13 by conditionally linking against the CCCL (CUDA C++ Core Libraries) package when building with CUDA 13 or later. CUDA 13 requires explicit inclusion of CCCL as a separate dependency rather than bundling it with the CUDA Toolkit.

  • Adds conditional detection and linking of CCCL for CUDA 13+
  • Updates both root and core CMake configurations to handle the new dependency

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
tsd/CMakeLists.txt Adds CCCL package discovery for CUDA 13+
tsd/src/tsd/core/CMakeLists.txt Links CCCL target when available

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Collaborator

@jeffamstutz jeffamstutz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@jeffamstutz jeffamstutz merged commit 8adbf8f into NVIDIA:next_release Nov 13, 2025
5 checks passed
@tarcila tarcila deleted the fix-tsd-build-with-cuda13 branch November 15, 2025 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants