viable/strict/1788515410: BE: Raise NotImplementedError for unsupported linalg dtypes (#192352)
- PyTorch 近 90 天出现 518 次
- PyTorch 近 90 天第 513 次发版
- 上一次:同一天稍早 · trunk/4900b347cf1b5ad9140686bde4eecdb2f0758a05
发生了什么
Linalg and norm ops reject integer/bool input and unsupported half precision with a plain RuntimeError, but could support them via promotion, so raise NotImplementedError. Covers checkFloatingOrComplex, torch.norm, linalg.vander and the ref-side helpers. Authored with the assistance of Claude (Claude Code). Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com Pull Request resolved: #192352 Approved by: https://gith…
摘要按规则整理自下方来源原文