6 ms·
Yup, you'll see 100% utilization on a kernel over a time period if it's considered active, which includes just having a single thread executing [1]. SM occupanc
by roanakb 2y ago
Yup, you'll see 100% utilization on a kernel over a time period if it's considered active, which includes just having a single thread executing [1]. SM occupancy is great but can be a little difficult to interpret since you're not simply trying to maximize it, unlike SM efficiency.
[1]: https://pytorch.org/blog/pytorch-profiler-1.9-released/#gpu-metric-on-timeline https://pytorch.org/blog/pytorch-profiler-1.9-released/#gpu-...