-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
onnx.ScatterElements #823
Comments
The error is from the
pytorch c++ implementation https://github.com/pytorch/pytorch/blob/4a6dfbe4806b361c43210dfd56db64c4097c66bb/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp#L858 |
AmosLewis
changed the title
Failed to legalize operation
onnx.ScatterElements
Sep 16, 2024
torch.constant.int
.
@AmosLewis One of the turbine camp folk (JeongHyun Leon Kim) wanted to pick this up. Are you currently working on this? |
AmosLewis
added a commit
to llvm/torch-mlir
that referenced
this issue
Oct 6, 2024
…to tm_tensor/linalg_ext dialect (#3754) - To fix issue onnx.ScatterElements: nod-ai/SHARK-ModelDev#823 - E2E test: nod-ai/SHARK-TestSuite#363
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Torch constant int operation fails with
failed to legalize operation 'torch.constant.int'
during lowering, as reported in #812.IR to reproduce the issue
commands:
The text was updated successfully, but these errors were encountered: