# hip-analyzer
CUDA/HIP の GPU カーネル計装(instrumentation)ツール(`github.com/dorsal-lab/hip-analyzer`)。[[@2024__TOPC__Low-Overhead Trace Collection and Profiling on GPU Compute Kernels|TOPC]] の参照実装で、LLVM パス(host/device IR)に基づく多段の性能解析を行い、デバイス上の低オーバーヘッドなトレース収集を実現する。AMD Radeon Instinct MI100 でも検証されている。(Source: [[@2024__TOPC__Low-Overhead Trace Collection and Profiling on GPU Compute Kernels]])
## 関連
- ソース: [[@2024__TOPC__Low-Overhead Trace Collection and Profiling on GPU Compute Kernels]]
- エンティティ: [[HIP]]