Skip to content
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] Support onnx.OneHot lowering to torch #3196

Merged
merged 3 commits into from
Apr 26, 2024

Conversation

rsuderman
Copy link
Contributor

@rsuderman rsuderman commented Apr 20, 2024

[onnx] Support onnx.OneHot lowering to torch

Leverage the aten.onehot implementation along with aten.transpose and
aten.where.scalar.

@rsuderman rsuderman changed the title [onnx] Extend op version number of onnx.ScatterElements [onnx] Support onnx.OneHot lowering to torch Apr 20, 2024
@rsuderman rsuderman requested a review from renxida April 20, 2024 00:32
Robert Suderman and others added 3 commits April 26, 2024 11:41
Leverage the `aten.onehot` implementation along with `aten.transpose` and
`aten.where.scalar`.
@rsuderman rsuderman merged commit 9a12a09 into llvm:main Apr 26, 2024
3 checks passed
@rsuderman rsuderman deleted the onnx_onehot branch April 26, 2024 19:08
archana-ramalingam pushed a commit to archana-ramalingam/torch-mlir that referenced this pull request May 8, 2024
[onnx] Support `onnx.OneHot` lowering to `torch`

Leverage the `aten.onehot` implementation along with `aten.transpose`
and `aten.where.scalar`.
archana-ramalingam pushed a commit to archana-ramalingam/torch-mlir that referenced this pull request May 8, 2024
[onnx] Support `onnx.OneHot` lowering to `torch`

Leverage the `aten.onehot` implementation along with `aten.transpose`
and `aten.where.scalar`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants