-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 23.08 devcontainers and CUDA 12.2 #270
Update to 23.08 devcontainers and CUDA 12.2 #270
Conversation
@senior-zero it looks like switching to CUDA 12.2 exposed one new build error with CUB + gcc12 + C++20. Could you take a look? https://github.com/NVIDIA/cccl/actions/runs/5673581483/job/15375399071#step:7:846 |
@jrhemstad the issue is coming from nvbench (nvbug 4212889). I'll try to WAR the issue. Meanwhile we could disable building benchmarks to unblock this PR. |
@jrhemstad workaround can be found here #275 |
Depends on #269
Description
closes #245
Updates to the 23.08 version of the devcontainers and likewise updates the newest CUDA version tested to 12.2.
Also removes old devcontainer.json for CUDA 12.1 and adds new ones for 12.2.
Checklist