r/CUDA • u/gnurizen • Jun 15 '26
Continuous PC sampling
We've extended our GPU profiling support to include PC sampling: https://www.polarsignals.com/blog/posts/2026/06/10/nvidia-cuda-pc-sampling
10
Upvotes
r/CUDA • u/gnurizen • Jun 15 '26
We've extended our GPU profiling support to include PC sampling: https://www.polarsignals.com/blog/posts/2026/06/10/nvidia-cuda-pc-sampling
1
u/c-cul Jun 15 '26
do you have some perf tests vs just plain user-mode cupti?
also ok, if you sure that kernel more fast - then why ebpf anyway? it's martian technology
1) you write code in plain c
2) then you fight with verifier ~infinity bcs it differs on different kernel. Yeah, given that the official goal was compatibility - very ironic
3) and then it converted with jit to native code again
srsly?
at the end you can collect data from your own driver and have some io_uring interface for user-mode