Skip to content

Conversation

@enrico-lattuada
Copy link
Collaborator

Description

Add support for CUDA Toolkit 13:

  • Upgrade C++ and CUDA CMake standard to 17
  • Include x64 path to added dll directories

Motivation and context

CUDA Toolkit 13 introduces several important updates to the compiler toolchain and libraries.
This PR adds support to this CUDA Toolkit version while maintaining compatibility with previous ones.

Resolves #274

How has this been tested?

This was tested on my machine (Windows 11, python 3.13.9, CUDA Toolkit 13.0.2)
It should be tested using CI pipelines once available.

Change log

- Add support for CUDA Toolkit 13

Checklist:

enrico-lattuada and others added 30 commits May 11, 2025 20:07
@enrico-lattuada enrico-lattuada self-assigned this Nov 11, 2025
@enrico-lattuada enrico-lattuada linked an issue Nov 11, 2025 that may be closed by this pull request
@enrico-lattuada enrico-lattuada marked this pull request as draft November 11, 2025 12:35
@enrico-lattuada enrico-lattuada added task Something needs to be done priority: high Important improvements or optimizations component: gpu GPU code paths difficulty: medium Standard tasks that need moderate effort type: build Tasks related to packaging, installation scripts, and setup labels Nov 11, 2025
@enrico-lattuada enrico-lattuada changed the base branch from main to develop November 11, 2025 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: gpu GPU code paths difficulty: medium Standard tasks that need moderate effort priority: high Important improvements or optimizations task Something needs to be done type: build Tasks related to packaging, installation scripts, and setup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DEV] Add support for CUDA Toolkit 13

2 participants