You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@f3d8903f445f:/raid/playground# PYTORCH_NVFUSER_DISABLE_FALLBACK=1 python animesh_repro.py
Traceback (most recent call last):
File "animesh_repro.py", line 19, in <module>
forward(*inps)
RuntimeError: The following operation failed in the TorchScript interpreter.
Traceback of TorchScript (most recent call last):
RuntimeError: it != replay_CasP.getReplay().end() INTERNAL ASSERT FAILED at "/raid/pytorch_10_1/torch/csrc/jit/codegen/cuda/transform_replay.cpp":491, please report a bug to PyTorch. Could not find axis, iS235{( ceilDiv(( i10 * i11 ), 1) )}, requested in replay.
So this is one of the view issues (as Kevin pointed out in team). Naoya tried Christian's fix with view (I guess #1535 ) but seems to not help with this case.
At this time, Naoya is looking into the issue. I'm stamping his name on this one for now
@jjsjann123 Is this still an issue? We've made a couple of improvements so far, including more robust handling of views and trivial reductions. As far as I remember, @rdspring1 said he's working on a scheduler fix, but I'm not sure what the current status is.
🐛 Describe the bug
Error I'm running into are:
Script for repro:
Versions
This repros on my devel HEAD
commit 6df7b77b5ccf681694097a111ee0525f7bf1350f
The text was updated successfully, but these errors were encountered: