From 0a363168efa1aa8872303f0f0049806223c6cf21 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Wed, 10 Jul 2024 18:56:12 +0200 Subject: [PATCH] Clarify compiler support Fixes: #1967 Co-authored-by: Jake Hemstad --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fadea67bd40..996879b0578 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,8 @@ Unless otherwise specified, CCCL supports all the same host compilers as the CUD - [Linux](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#host-compiler-support-policy) - [Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#system-requirements) +In the spirit of "You only support what you test", see our [CI Overview](https://github.com/NVIDIA/cccl/blob/main/ci-overview.md) for more information on exactly what we test. + ### C++ Dialects - C++11 (Deprecated in Thrust/CUB, to be removed in next major version) - C++14 (Deprecated in Thrust/CUB, to be removed in next major version)