Segmentation Fault in torch.lu_unpack() with bfloat16 Tensor #153232
Labels
module: edge cases
Adversarial inputs unlikely to occur in practice
module: linear algebra
Issues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmul
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Describe the bug
When calling
torch.lu_unpack()
with a bfloat16 tensor containing extreme values and an empty pivots tensor, the program crashes with a segmentation fault.Steps to Reproduce
Output
Colab link
https://colab.research.google.com/drive/1LbOcnXC878lkB28gnpHKOfY-tk9mEwkj?usp=sharing
Versions
cc @jianyuh @nikitaved @mruberry @walterddr @xwang233 @lezcano
The text was updated successfully, but these errors were encountered: