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

[AutoBump] Merge with 8c48135a (22) #253

Merged
merged 17 commits into from
Aug 23, 2024

Conversation

mgehre-amd
Copy link
Collaborator

No description provided.

jinchen62 and others added 16 commits April 30, 2024 00:44
iree tests `test_sinh` and `test_sinh_example` passed
iree tests `test_cosh` and `test_cosh_example` passed
iree tests `test_acosh` and `test_acosh_example` passed
iree tests `test_asinh` and `test_asinh_example` passed
iree tests `test_atanh` and `test_atanh_example` passed
…t.toml` (llvm#3266)

Fixes llvm#3258

In addition disabling the LTC builds since they are already covered in
CI (build_posix.sh) and I am not aware of a consumer of this flow in the
binary releases of torch-mlir (the main dependency there is from
source).
1. Handle case stride == None
2. add avgpool3d maxpool1d  maxpool3d lowering
…vm#3181)

Implements OnnxToTorch lowering for the BlackmanWindow Function.
…vm#3265)

For some sparse programs (and I am sure other not-seen corner cases for
dense), some passes were missing in the reference pipeline, eventually
resulting in e.g. a unresolved unrealized cast issue. This PR adds some
very obvious missing passes to avoid this situation.
I spent a little while debugging numerics issues with some tests similar
to the ones in quantized_models.py, only to find that pytorch's
quantized conv transpose is catastrophically inaccurate. I'll upstream
the issue and only leave the tests here which are of the form quantize
-> dequantize -> op.
This is probably a decent PR for learning about blocks and regions.

If you're here to learn about that, consider also looking at
lib/Conversion/TorchToSCF/TorchToSCF.cpp

While this doesn't include an e2e test, it is tested downstream in
https://github.com/nod-ai/SHARK-TestSuite/blob/main/e2eshark/onnx/operators/If/model.py

---------

Co-authored-by: Xida Ren <[email protected]>
The conversion of complex type wasn't supported or checked; the support
and required tests were added.

Fixes:
iree-org/iree#17226 (comment)
@mgehre-amd mgehre-amd requested a review from cferry-AMD August 21, 2024 20:36
Base automatically changed from bump_to_122cf22c to feature/backport_ea1_ops August 22, 2024 15:33
@mgehre-amd mgehre-amd merged commit 61029aa into feature/backport_ea1_ops Aug 23, 2024
4 checks passed
@mgehre-amd mgehre-amd deleted the bump_to_8c48135a branch August 23, 2024 16:44
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.

9 participants