You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename to AMDGPUOffloadLUFactorization and add AMDGPUOffloadQRFactorization
- Renamed AMDGPUOffloadFactorization to AMDGPUOffloadLUFactorization for clarity
- Added AMDGPUOffloadQRFactorization for QR-based solving
- Updated extension to support both LU and QR factorizations
- LU uses rocSOLVER.getrf\! and getrs\!
- QR uses rocSOLVER.geqrf\!, ormqr\!, and rocBLAS.trsv\!
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
0 commit comments