mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Enumerate free functions in nvbench:: namespace
This commit is contained in:
@@ -1,5 +1,40 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user