Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让 GPU(或驱动程序)列出 GPU 上的一组活动(或调度或发布)CUDA 内核,而不附加cuda-gdb到拥有的 CPU 进程并暂停它?
cuda-gdb
我在想象类似pstack的东西,界面可能如下所示:
> list-cuda-kernels $pid gpu 0: kernel_foo gpu 0: kernel_bar gpu 1: kernel_baz
除了 cuda-gdb(或任何其他 CUDA 调试器)之外,没有工具或 API 可以获取当前运行的内核列表。