microsoft / microsoft/STL

Enable C++23 test coverage for CUDA

Open
#6,388 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

test
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 nvcc and 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.