rocSOLVER

LAPACK 互換の GPU 線形代数ソルバーライブラリです。LU 分解・QR 分解・固有値計算などを rocBLAS 上で実装します。RX9070XT の Ollama bundle に librocsolver.so.0.3.60303 が含まれており、hipBLAS 経由で間接的にロードされることが確認されています。

A LAPACK-compatible GPU linear algebra solver library. Implements LU/QR factorization and eigenvalue computations on top of rocBLAS. librocsolver.so.0.3.60303 is confirmed present in the RX9070XT Ollama bundle and loaded indirectly via hipBLAS.

RX9070XT: bundle に存在・ロード確認(Phase C) RX9070XT: bundle present, loaded (Phase C) LLM 推論への直接寄与: 未確定 Direct LLM inference role: unresolved

ROCm スタックにおける位置づけPosition in the ROCm Stack

rocSOLVER は rocBLAS の上位に位置する LAPACK 層です。LU・QR・Cholesky 分解、固有値計算などを提供します。Transformer ベースの LLM 推論は主として行列積(GEMM)と attention に依存するため、rocSOLVER の演算(分解系)は通常の推論ループに現れません。

rocSOLVER is a LAPACK layer built on top of rocBLAS. It provides LU/QR/Cholesky factorizations and eigenvalue computations. Transformer-based LLM inference relies primarily on GEMM and attention, so rocSOLVER's decomposition operations do not appear in the standard inference loop.

観測済み事実(RX9070XT / Phase C)Observed Facts (RX9070XT / Phase C)

未確定事項Open Questions

掲載情報は観測記録に基づきます。未確定事項は確定次第更新します。 Content is grounded in observation logs. Open questions are updated as findings solidify.