NVIDIA / nvbench

CUDA Kernel Benchmarking Library
Apache License 2.0
525 stars 66 forks source link

Custom CUPTI metrics #121

Open mmcloughlin opened 1 year ago

mmcloughlin commented 1 year ago

We would like to support additional CUPTI metric types. As I understand the code right now, it seems there is a fixed set of supported metrics. As noted in #91 it's not that hard to submit a PR that adds another one, but we'd like to be able to extend this set without having to either submit a PR to nvbench, or maintain our own fork.

Would it be possible to provide an interface that can enable an arbitrary custom metric?

saurabh-singh-rajput commented 6 months ago

Hi there, I was looking for the same thing but couldn't see much update. Is there a way to do this?