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
fix: Bug in aten::where with differing-shape inputs
- Behavior of Torch-TRT differing from that of Torch in the case where
the input tensors to `aten::where` have different rank
- Torch automatically broadcasts tensors to the highest-rank variant
whereas the TRT Select layer requires tensors of the same rank and
throws an error
- Add dimension checking and unsqueeze operator to ensure broadcasting
is enabled
- Add test case to catch error
0 commit comments