torch.native_channel_shuffle
crashes with Floating Point Exception when given large integer parameter
#153231
Labels
actionable
module: crash
Problem manifests as a hard crash, as opposed to a RuntimeError
module: edge cases
Adversarial inputs unlikely to occur in practice
module: nn
Related to torch.nn
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Describe the bug
Description
When calling
torch.native_channel_shuffle()
with a large integer parameter on an int32 tensor, the program crashes with a "Floating point exception (core dumped)" error.Reproducible code example
Actual behavior
Colab
link: https://colab.research.google.com/drive/1V913TehGzpkBDZBFuhNaaOFwrlsHJ_EO?usp=sharing
Versions
cc @albanD @mruberry @jbschlosser @walterddr @mikaylagawarecki
The text was updated successfully, but these errors were encountered: