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

[MLIR][TORCH] Add support for dim=None to Aten[Var|Std]DimOp #1159

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

vivekkhandelwal1
Copy link
Collaborator

PyTorch recently added support for dim=None in the torch.var
(pytorch/pytorch@5ca9b2b)
and torch.stdop (pytorch/pytorch@eb0e30e).
This commit adds the corresponding support in torch-mlir.

Signed-Off By: Vivek Khandelwal[email protected]

PyTorch recently added support for `dim=None` in the `torch.var`
(pytorch/pytorch@5ca9b2b)
and `torch.std`op (pytorch/pytorch@eb0e30e).
This commit adds the corresponding support in torch-mlir.

Signed-Off By: Vivek Khandelwal<[email protected]>
@vivekkhandelwal1 vivekkhandelwal1 merged commit c129a6d into llvm:main Aug 5, 2022
@vivekkhandelwal1 vivekkhandelwal1 deleted the fix-var-dim-op branch August 5, 2022 14:59
qedawkins pushed a commit to nod-ai/torch-mlir that referenced this pull request Oct 3, 2022
…NonMaxSuppression (llvm#1159)

* Fix wrong computation of the effective number of selected indices in NonMaxSuppression

Signed-off-by: Tung D. Le <[email protected]>

* Fix issue llvm#1145 - error lowering onnx.Cast

Signed-off-by: Ettore Tiotto <[email protected]>
Signed-off-by: Tung D. Le <[email protected]>

* Fix issue llvm#1145 - error lowering onnx.Cast

Signed-off-by: Ettore Tiotto <[email protected]>
Signed-off-by: Tung D. Le <[email protected]>

* Update comments

Signed-off-by: Tung D. Le <[email protected]>
Signed-off-by: Tung D. Le <[email protected]>

* Remove '\r' in commit message when constructing build description (llvm#1162)

Signed-off-by: Gong Su <[email protected]>
Signed-off-by: Tung D. Le <[email protected]>

Co-authored-by: Ettore Tiotto <[email protected]>
Co-authored-by: gongsu832 <[email protected]>
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.

2 participants