畳み込み・活性化・BatchNorm 等を最適化する AMD の深層学習プリミティブライブラリです。ggml-hip(Ollama LLM 推論パス)の依存チェーンには現れず、RX9070XT 実機の runner process maps にも記録されていません。
AMD's deep learning primitives library optimizing convolution, activation, BatchNorm, etc. MIOpen does not appear in the ggml-hip (Ollama LLM inference) dependency chain, and was not recorded in the RX9070XT live runner process maps.
MIOpen は CNN / 畳み込みワークロードを中心に設計されたプリミティブライブラリです。Transformer ベースの LLM 推論では、ggml-hip が GEMM・attention・activation を直接 HIP kernel または rocBLAS 経由で実行するため、MIOpen の介在は通常の経路上に現れません。
MIOpen is a primitives library designed primarily for CNN/convolution workloads. In Transformer-based LLM inference, ggml-hip executes GEMM, attention, and activation directly via HIP kernels or rocBLAS, so MIOpen does not appear in the standard inference path.
/proc/<runner>/maps に libMIOpen は記録されていません。readelf -d /usr/local/lib/ollama/rocm/libggml-hip.so の NEEDED 一覧に libMIOpen は含まれていません。/usr/local/lib/ollama/rocm/)内のファイル一覧にも MIOpen の SO は確認されていません。libMIOpen is not recorded in /proc/<runner>/maps.readelf -d /usr/local/lib/ollama/rocm/libggml-hip.so does not list libMIOpen in its NEEDED entries./usr/local/lib/ollama/rocm/) does not contain a MIOpen SO./opt/rocm-7.2.0/)側での MIOpen の存在は確認していますが、現行 Ollama bundle-first パスとの交差は未観測です。/opt/rocm-7.2.0/) is not denied, but its intersection with the current bundle-first Ollama path is unobserved.