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.
cuda-gdbGPU (またはドライバー) に、所有している CPU プロセスに アタッチして中断することなく、GPU 上のアクティブな (またはディスパッチまたは発行された) CUDA カーネルのセットを一覧表示するように依頼する方法はありますか?
cuda-gdb
インターフェイスが次のようになる pstackのようなものを想像しています。
> list-cuda-kernels $pid gpu 0: kernel_foo gpu 0: kernel_bar gpu 1: kernel_baz
現在実行中のカーネルのリストを取得するためのツールや API は、cuda-gdb (またはその他の CUDA デバッガー) 以外にはありません。