Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ConfigureNVBench to avoid concurrent main() entry points (#8662)
This PR fixes a bug where both `nvbench::main` and `benchmark_main` are trying to insert `main()` entry points. It creates a new `ConfigureNVBench` macro to build nvbench benchmarks in a separate directory. Authors: - Yunsong Wang (https://github.com/PointKernel) Approvers: - Robert Maynard (https://github.com/robertmaynard) URL: #8662
- Loading branch information