mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
41 lines
797 B
ReStructuredText
41 lines
797 B
ReStructuredText
NVBench C++ API Reference
|
|
=========================
|
|
|
|
Index
|
|
-----
|
|
|
|
.. doxygenindex::
|
|
:project: nvbench
|
|
|
|
|
|
Free Functions
|
|
--------------
|
|
|
|
.. doxygenfunction:: nvbench::make_cuda_stream_view
|
|
:project: nvbench
|
|
|
|
.. doxygenfunction:: nvbench::axis_type_to_string
|
|
:project: nvbench
|
|
|
|
.. doxygenfunction:: nvbench::add_devices_section
|
|
:project: nvbench
|
|
|
|
.. doxygenfunction:: nvbench::range
|
|
:project: nvbench
|
|
|
|
.. doxygenfunction:: nvbench::sleep_kernel
|
|
:project: nvbench
|
|
|
|
.. doxygenfunction:: nvbench::copy_kernel
|
|
:project: nvbench
|
|
|
|
.. doxygenfunction:: nvbench::mod2_kernel
|
|
:project: nvbench
|
|
|
|
.. doxygenfunction:: nvbench::demangle(const std::string &str)
|
|
:project: nvbench
|
|
|
|
.. cpp:function:: template <typename T> std::string nvbench::demangle()
|
|
|
|
Returns demangled type name.
|