Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 245 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 245 Bytes

debug-print

Helper function to print tensor inside CUDA kernels, designed for debugging inside CUDAGraph.

Installation

pip install git+https://github.com/flashinfer-ai/debug-print.git

Usage

See example.py.