mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
18 lines
421 B
ReStructuredText
18 lines
421 B
ReStructuredText
`cuda.bench` Python API Reference
|
|
=================================
|
|
|
|
Python package ``cuda.bench`` is designed to empower
|
|
users to write CUDA kernel benchmarks in Python.
|
|
|
|
Alignment with behavior of benchmarks written in C++
|
|
allows for meaningful comparison between them.
|
|
|
|
Classes and functions
|
|
---------------------
|
|
|
|
.. automodule:: cuda.bench
|
|
:members:
|
|
:imported-members:
|
|
:undoc-members:
|
|
:show-inheritance:
|