From 81989e8ccdc96344f8b4dfd11b91bb7f4d41ebad 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fadea67bd40..e2a1ab72f77 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) +However, compilers not tested by our CI are unsupported. You can find the list of our CI containers [here](.devcontainer). + ### 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)