mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-27 10:11:20 +00:00
14 lines
219 B
Bash
Executable File
14 lines
219 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "$(dirname "$0")/build_common.sh"
|
|
|
|
print_environment_details
|
|
|
|
PRESET="nvbench-cpp$CXX_STANDARD"
|
|
|
|
CMAKE_OPTIONS=""
|
|
|
|
configure_and_build_preset "NVBench" "$PRESET" "$CMAKE_OPTIONS"
|
|
|
|
print_time_summary
|