nvbench icon indicating copy to clipboard operation
nvbench copied to clipboard

Create Python bindings to nvbench

Open oleksandr-pavlyk opened this issue 9 months ago • 0 comments

Using Python API to nvbench one could

  • use Python as benchmark driver
  • analyze benchmark data in Python as they are collected
  • profile kernels authored in Python, such as
    • numba kernels
    • warp kernels,
    • kernels generated by CuPy, torch, etc.
    • kernels hand-written using cuda.core
  • use nvbench as backend for other Python benchmarking projects

oleksandr-pavlyk avatar May 22 '25 13:05 oleksandr-pavlyk