viable/strict/1788515410: BE: Raise NotImplementedError for unsupported linalg dtypes (#192352)
- PyTorch: 517 events in the last 90 days
- PyTorch: 512th Release in the last 90 days
- Previous: earlier the same day · trunk/4900b347cf1b5ad9140686bde4eecdb2f0758a05
What happened
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…
Summary assembled by rule from the sources below