-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
TritonBench is a suite that focuses on custom kernels generated by AI Compilers including Triton/Helion/Tilelang/ThunderKittens.
It can be easily used by installing as a library:
git clone https://github.com/meta-pytorch/tritonbench.git; cd tritonbench
pip install -e .
It is used as the main benchmark suite for Helion development: https://github.com/pytorch/helion/tree/main/benchmarks
It would be great if we can collaborate with BackendBench:
-
to increase BackendBench's coverage on custom kernels. E.g. adding LLM-era important kernels like linear attention, flex_attention, etc.
-
BackendBench can piggyback on Tritonbench's ability to obtain profiling results, including NCU, Kineto, and Power Charts
-
TritonBench supports backward ops, which could be useful to add training support in BackendBench
Metadata
Metadata
Assignees
Labels
No labels