-
Notifications
You must be signed in to change notification settings - Fork 27.7k
F.logsigmoid(input, out=blah) crashes #36499
Copy link
Copy link
Closed
Labels
module: crashProblem manifests as a hard crash, as opposed to a RuntimeErrorProblem manifests as a hard crash, as opposed to a RuntimeErrortriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
module: crashProblem manifests as a hard crash, as opposed to a RuntimeErrorProblem manifests as a hard crash, as opposed to a RuntimeErrortriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Bug
On master,
The crash does not occur on CUDA on master.
However, in v1.4.0, the above snippet does not crash on CPU or CUDA.
Expected behavior
Either:
outargument. The docs imply there is no out argument: https://pytorch.org/docs/stable/nn.functional.html#torch.nn.functional.logsigmoidEnvironment