We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
broadcastable
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encountered IndexError in broadcastable utility:
IndexError
File "~/TensorRT/py/torch_tensorrt/dynamo/conversion/converter_utils.py", line 118, in broadcastable greater_tensor[i] != lesser_tensor[j] IndexError: tuple index out of range While executing %where_5 : [num_users=1] = call_function[target=torch.ops.aten.where.self](...)
Steps to reproduce the behavior:
Invoke aten.where converter with a 0D tensor.
aten.where
Utility should not error.
2.1.0.dev20230803+cu121
Blocking compilation of #1697 with torch compile path.
The text was updated successfully, but these errors were encountered:
gs-olive
Successfully merging a pull request may close this issue.
Bug Description
Encountered
IndexError
inbroadcastable
utility:To Reproduce
Steps to reproduce the behavior:
Invoke
aten.where
converter with a 0D tensor.Expected behavior
Utility should not error.
Environment
2.1.0.dev20230803+cu121
Additional context
Blocking compilation of #1697 with torch compile path.
The text was updated successfully, but these errors were encountered: