mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-05-01 04:01:14 +00:00
Add supported compilers and tools in README.md.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user