Enable C++23 test coverage for CUDA
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 11.1k
- Forks
- 1.7k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 22
Description
As @frederick-vs-ja noted in #6365, CUDA 13.3 added support for C++23. CUDA release notes, New Features:
Added official C++23 support in
nvccand NVRTC.
We began requiring CUDA 13.3 in #6346 (as the STL now has a policy of requiring the latest release, ignoring patch versions), so we should increase our test coverage accordingly.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the discussion in #6365 and the CUDA 13.3 requirement introduced in #6346, then inspect the existing CUDA test-coverage setup. Done means extending that coverage to C++23 now that CUDA 13.3 officially supports it; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100