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

Bump torch #11

Merged
merged 8 commits into from
May 19, 2023
Merged

Bump torch #11

merged 8 commits into from
May 19, 2023

Conversation

mgehre-amd
Copy link
Collaborator

No description provided.

qingyunqu and others added 8 commits May 17, 2023 09:04
llvm#2094)

* [Torch Dialect] require dtype exists when decompose to aten.where.self

* update
Set PyTorch and TorchVision version to nightly release 2023-05-16.

Signed-Off By: Vivek Khandelwal <[email protected]>
…m#2122)

Lowering torch operations that allow different compatible data types
in its operands to tosa end up generating invalid tosa IR with mixed
data types. In tosa spec, certain operations (generally element-wise
operations) require all operands to have the same data type.

Add wrapper functions for those element-wise tosa ops to perform op
creation with type conversion if necessary.
* add empty conversion

* clean up

* add tests

---------

Co-authored-by: zhekun.zhang <[email protected]>
* add unbind int

* reformat

* use unpack canonicalize

* address comments

* Empty commit, trigger test

* add ltc blacklist

* clean up

* address comments

* check permute list

* erase in recompose

---------

Co-authored-by: zhekun.zhang <[email protected]>
@mgehre-amd mgehre-amd merged commit a1abb1c into misc_fixes May 19, 2023
@mgehre-amd mgehre-amd deleted the mgehre.bump_torch branch May 19, 2023 15:48
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.

5 participants