Add supported compilers and tools in README.md.

This commit is contained in:
Allison Piper
2024-04-06 21:48:20 +00:00
parent 92fe366da5
commit c5b2fc0a8b

View File

@@ -26,6 +26,15 @@ features:
* Executes the benchmark multiple times back-to-back and records total time.
* Reports the average execution time (total time / number of executions).
# Supported Compilers and Tools
- CMake > 2.23.1
- CUDA Toolkit + nvcc: 11.1 -> 12.4
- g++: 7 -> 12
- clang++: 9 -> 18
- cl.exe: 2019 -> 2022 (19.29, 29.39)
- Headers are tested with C++17 -> C++20.
# Getting Started
## Minimal Benchmark