Paul Große-Bley
7f51ead595
Add --disable-blocking-kernel and --profile options.
2022-04-08 20:03:44 +02:00
Allison Vacanti
9eed5ab9c3
Merge pull request #79 from PointKernel/fix-config-count-bug
...
Fix a bug in config count unit test: count number of devices as well
2022-02-18 16:54:49 -05:00
Allison Vacanti
9d655fc48e
Improve diagnostic when failing to lock old cards' clocks.
...
The issue is that the APIs we currently use don't support older
hardware. Users can still lookup the desired frequency for their
HW and manually lock clocks with nvidia-smi.
2022-02-15 14:38:19 -05:00
Allison Vacanti
9d0b2230bc
Use SM version instead of PTX version when reporting HW capabilities.
2022-02-15 14:36:40 -05:00
Yunsong Wang
af4c35d78b
Fix a bug in config count unit test: count number of devices as well
2022-02-11 18:24:58 -05:00
Allison Vacanti
48d94259b4
Fix typo in new docs.
2022-02-11 14:01:49 -05:00
Allison Vacanti
6c2c53ed4a
Reduce time spent smoketesting examples.
2022-02-11 13:54:40 -05:00
Allison Vacanti
19961206e2
Run tests in parallel.
2022-02-11 13:54:22 -05:00
Allison Vacanti
38cecd5f76
Merge pull request #76 from PointKernel/add-implicit-stream-support
...
Add implicit stream benchmarking support
2022-02-11 13:38:06 -05:00
Allison Vacanti
039d455727
Move documentation on streams to new subsection.
...
Also update to use `nvbench::make_cuda_stream_view`.
2022-02-11 13:29:06 -05:00
Allison Vacanti
3b41387637
Add nvbench::make_cuda_stream_view(cudaStream_t).
2022-02-11 13:26:33 -05:00
Allison Vacanti
8ae58981ca
Add docs for launch and cuda_stream.
2022-02-11 13:25:41 -05:00
Allison Vacanti
da2ec38cdb
Exclude some bits from clang-format.
2022-02-11 13:20:05 -05:00
Yunsong Wang
fde2e408de
Add stream benchmark example
2022-02-07 13:09:35 -05:00
Yunsong Wang
6159d9c6cb
Minor correction in unit test
2022-02-06 20:19:21 -05:00
Yunsong Wang
e05bf002f7
Use unique_ptr + custom deleter to simplify destroy logic
2022-02-06 20:14:41 -05:00
Yunsong Wang
e7c29c1c1b
Update docs
2022-02-06 19:34:57 -05:00
Yunsong Wang
a2a12c689c
Update docs/benchmarks.md
...
Co-authored-by: Jake Hemstad <jhemstad@nvidia.com >
2022-02-06 19:31:20 -05:00
Yunsong Wang
33a896f99e
Update copyright year
2022-02-04 17:25:50 -05:00
Yunsong Wang
76cbbcc8f9
Update benchmarks.md
2022-02-04 17:20:40 -05:00
Yunsong Wang
470beda9f0
Add nvbench::state stream tests
2022-02-04 16:55:29 -05:00
Yunsong Wang
439ffec1c8
Minor correction
2022-02-04 16:35:55 -05:00
Yunsong Wang
86708ec793
Fix a stream destroy bug
2022-02-04 16:03:52 -05:00
Yunsong Wang
14eab0774a
Update measure_* classes to construct launch from the state cuda stream
2022-02-04 14:16:43 -05:00
Yunsong Wang
c510a0e78c
Update launch to hold a const ref of nvbenc::cuda_stream
2022-02-04 13:56:02 -05:00
Yunsong Wang
8aea3e467e
Add a cuda stream member to nvbench::state
2022-02-04 13:51:30 -05:00
Yunsong Wang
15f2e92fdf
Add owning and non-owning semantics to nvbench::cuda_stream
2022-02-04 13:26:00 -05:00
Allison Vacanti
b1b6d73afa
Merge pull request #74 from S-o-T/fix_for_fmt8
...
Add missing formatter
2022-01-28 11:48:26 -05:00
Mark Shachkov
c9b1bdaf00
Cast axis_type to string prior to formatting
2022-01-28 10:11:21 +03:00
Allison Vacanti
a72f248af6
Require the NVBench package in test_export testing.
2022-01-19 15:42:26 -05:00
Allison Vacanti
aa64dac60f
More updates to CI config.
2022-01-17 21:54:07 -05:00
Allison Vacanti
542a10e843
Bump default image to gcc9.
2022-01-17 17:59:07 -05:00
Allison Vacanti
6fe34737de
Merge pull request #72 from allisonvacanti/gpuci
...
Add gpuCI metafiles.
2022-01-17 17:30:09 -05:00
Allison Vacanti
15371eb958
Add gpuCI metafiles.
2022-01-17 17:28:10 -05:00
Allison Vacanti
66ae331452
Update .gitignore
2022-01-17 17:02:53 -05:00
Allison Vacanti
a06a7c668c
Merge pull request #70 from allisonvacanti/walltime_reports
...
Python / JSON updates
2022-01-13 17:13:24 -05:00
Allison Vacanti
39ffc84ee3
Merge pull request #69 from PointKernel/remove-unused-parameter-error
...
Get rid of unused parameter errors
2022-01-12 10:43:38 -05:00
Allison Vacanti
12df504bb6
Fix progress display for multiple device runs.
2022-01-11 17:58:05 -05:00
Allison Vacanti
8ba2cf1395
Update compare script and test files for new JSON.
2022-01-11 17:55:36 -05:00
Yunsong Wang
d1c82d00bf
Get rid of unused parameter error
2022-01-11 17:20:17 -05:00
Allison Vacanti
348acbd6eb
Use experimental/filesystem on GCC.
2022-01-11 17:19:55 -05:00
Allison Vacanti
a6925f3c2b
Log commandline args in JSON output.
2022-01-11 16:30:37 -05:00
Allison Vacanti
9995eb67fd
Add JSON file version checks to python scripts.
2022-01-11 15:06:54 -05:00
Allison Vacanti
26e511909d
Write version info to json files.
2022-01-11 15:06:54 -05:00
Georgy Evtushenko
61afb8d7e7
Initial implementation of nvbench_histogram.
2022-01-11 15:06:54 -05:00
Allison Vacanti
f1c985955a
Clean up JSON output for consistency and easier parsing.
...
- Prefer an array of objects with `.name` fields over key/value pairs
for arbitrary collections of objects.
- Write common summary value names directly as fields.
2022-01-11 15:06:54 -05:00
Allison Vacanti
b11c0ba3a0
Add a binary JSON output (--jsonbin) that dumps timing samples.
2022-01-11 15:06:54 -05:00
Allison Vacanti
74e96e8618
Add nvbench_walltime.py script.
2022-01-11 15:06:54 -05:00
Allison Vacanti
5eac6b6340
Measure and report walltime for all measurements.
2022-01-11 15:06:54 -05:00
Allison Vacanti
6dee1eec3b
Refactor summary API and update nvbench/summary.cuh docs.
...
The string used when constructing a summary is no longer a human
readable name, but rather a tag string (e.g. "nv/cold/time/gpu/mean").
These will make lookup easier and more stable going forward.
name vs. short_name no longer exists. Now there is just "name", which
is used for column headings. The "description" string may still be
used for detailed information.
Updated the json tests and compare script to reflect these changes.
2022-01-11 15:06:26 -05:00