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
C++ exception with description " INTERNAL ASSERT FAILED at "/opt/pytorch/nvfuser/csrc/ir/utils.cpp":965, please report a bug with repro script to NVFuser at https://github.com/NVIDIA/Fuser/issues. dom0 has unreachable IDs. dom0: iS27{( (( (( getMetaData(T0) )).logical_size ))[0] )}. dom1: iS2{( ceilDiv(i0, 2) )}, iS3{2}
Apparently, replaceSymbolicSizes failed to replace the symbolic sizes in the allocation/loop domain, leading to a disconnected ID graph.
The text was updated successfully, but these errors were encountered:
This is a spin-off from #3458 (comment).
Repro:
Fuser/tests/cpp/test_allocation_domain.cpp
Lines 1441 to 1464 in 7e2e6fa
Apparently, replaceSymbolicSizes failed to replace the symbolic sizes in the allocation/loop domain, leading to a disconnected ID graph.
The text was updated successfully, but these errors were encountered: