`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: