Skip to content

Migrate to C++20 and drop CUDA 11 support#822

Merged
Empyreus merged 6 commits into
mainfrom
rjsouza/cpp20
Jun 25, 2026
Merged

Migrate to C++20 and drop CUDA 11 support#822
Empyreus merged 6 commits into
mainfrom
rjsouza/cpp20

Conversation

@Empyreus

@Empyreus Empyreus commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR bumps the project's C++ language standard from C++17 to C++20 (host, CUDA, and HIP) and removes support for CUDA 11, which cannot compile C++20. CI matrices are updated to drop CUDA 11.8 and add CUDA 13.0 alongside 12.9.

  • C++20 enables newer language features across the codebase.
  • C++20 requires CUDA ≥ 12.0, so CUDA 11.8 can no longer be supported.
  • Blackwell / sm_100 targets require CUDA ≥ 12.8, so CUDA 13.x is added to CI coverage.

@Empyreus

Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 6 pipeline(s).

@Empyreus

Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 6 pipeline(s).

Comment thread .devcontainer/devcontainer_amd.json
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread CMakeLists.txt

@Binyang2014 Binyang2014 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Empyreus Empyreus changed the title Update to C++20 and CDUA standard to 20 Migrate to C++20 and drop CUDA 11 support Jun 25, 2026
@Empyreus Empyreus merged commit 8c3730b into main Jun 25, 2026
16 checks passed
@Empyreus Empyreus deleted the rjsouza/cpp20 branch June 25, 2026 20:00
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.

3 participants