ONNX / TensorFlow モデル向けのグラフ最適化推論フレームワークです。Ollama / ggml-hip は独自の HIP kernel dispatch を使用しているため、MIGraphX は RX9070XT の現行 LLM 推論パスに現れていません。
A graph optimization inference framework for ONNX/TensorFlow models. Since Ollama/ggml-hip uses its own HIP kernel dispatch, MIGraphX does not appear in the current RX9070XT LLM inference path.
MIGraphX はグラフレベルの最適化(fusion、定数畳み込み、operator 置換)を行う推論エンジンです。対象は主として ONNX / TensorFlow モデルの forward pass であり、ggml の runtime kernel dispatch アーキテクチャとは設計レベルで異なります。
MIGraphX is an inference engine performing graph-level optimizations (fusion, constant folding, operator substitution). Its target is primarily ONNX/TensorFlow model forward passes, architecturally distinct from ggml's runtime kernel dispatch model.
/proc/<runner>/maps に libMIGraphX は記録されていません。readelf -d /usr/local/lib/ollama/rocm/libggml-hip.so の NEEDED 一覧に MIGraphX 関連のライブラリは含まれていません。/usr/local/lib/ollama/rocm/)内のファイル一覧にも MIGraphX の SO は確認されていません。libMIGraphX is not recorded in /proc/<runner>/maps.readelf -d /usr/local/lib/ollama/rocm/libggml-hip.so does not list any MIGraphX-related library in its NEEDED entries./usr/local/lib/ollama/rocm/) contains no MIGraphX SO.