Drop support for CTK < 11.8 and clang < 14.

Newer versions of fmt have a ton of issues building on CTK 11.1, and 11.8 is the next available container we have built for CI. We may still work with some earlier versions, but we do not test them.

We no longer have CI images available for clang < 14, so drop official support.
This commit is contained in:
Allison Piper
2025-04-01 14:55:16 -04:00
parent 8478f7d0bf
commit 1a5fa2277e
2 changed files with 4 additions and 7 deletions

View File

@@ -29,9 +29,9 @@ features:
# Supported Compilers and Tools
- CMake > 2.23.1
- CUDA Toolkit + nvcc: 11.1 -> 12.4
- g++: 7 -> 12
- clang++: 9 -> 18
- CUDA Toolkit + nvcc: 11.8 and above
- g++: 7 -> 14
- clang++: 14 -> 19
- cl.exe: 2019 -> 2022 (19.29, 29.39)
- Headers are tested with C++17 -> C++20.