trunk/cb2e7e62b8876cea47437a02091c5b8e84b24aeb: [MPS] Fix complex SVD on conjugated/column-major input (#196128)
- PyTorch 近 90 天出现 585 次
- PyTorch 近 90 天第 579 次发版
- 上一次:同一天稍早 · ciflow/trunk/196175: [dynamo] Type runtime predicate inputs as object
发生了什么
Jacobi SVD kernel is not aware of conjugate bit, but it masked it for row-major matrices by making a continuous copy out of it Fixed by adding resolve_conj Second bug caused by #185954 after #195937 Fixes #196113 Authored with assistance from Claude Code. Pull Request resolved: #196128 Approved by: https://github.com/Skylion007
摘要按规则整理自下方来源原文