Commit Graph

3 Commits

Author SHA1 Message Date
RJ Souza
8c3730b495 Migrate to C++20 and drop CUDA 11 support (#822)
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.
2026-06-25 12:59:58 -07:00
Changho Hwang
2c04b1be3d Support CUDA 12.9 (#600) 2025-08-08 12:02:50 -07:00
Changho Hwang
c3b47c59fd Updated Dev Container (#591)
* Added more features in Dev Container
* Made it runnable on AMD platforms

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-01 13:39:03 -07:00