forked from llvm/torch-mlir
-
Notifications
You must be signed in to change notification settings - Fork 5
Feature/backport_ea1_ops #105
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
Draft
mgehre-amd
wants to merge
1,964
commits into
main
Choose a base branch
from
feature/backport_ea1_ops
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
[AutoBump] Merge with fixes of 46a5772 (Nov 27) (123)
[AutoBump] Merge with 456232a (Dec 02) (125)
[AutoBump] Merge with fixes of ee08942 (Dec 02) (124)
[AutoBump] Merge with fixes of 8711d3e (Dec 02) (126)
[AutoBump] Merge with 0913b96 (Nov 22) (120)
Adds 1 minute to CI time (7 vs 8 minutes in this PR vs some other open PR).
Added required but missing Shape inference for `aten.prod`
[AutoBump] Merge with fixes of 92d0f04 (Dec 02) (127)
``` [build] D:\dev\projects\iree\third_party\torch-mlir\lib\Conversion\TorchToTosa\TorchToTosa.cpp(3498): warning C4305: 'argument': truncation from 'double' to 'const T' [build] with [build] [ [build] T=float [build] ] [build] D:\dev\projects\iree\third_party\torch-mlir\lib\Conversion\TorchToTosa\TorchToTosa.cpp(3504): warning C4305: 'argument': truncation from 'double' to 'const T' [build] with [build] [ [build] T=float [build] ] ``` (Not sure why the half/one/three lines were warning free, might as well fix them too.
[AutoBump] Merge with fixes of c253512 (Dec 09) (129)
…atthias.adjust_for_llvm
Update TOSA mul legalization to always provide the new shift operand and refresh TorchToTosa tests for the updated signature.
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `d21b5c8` to `c31e470`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@d21b5c8...c31e470) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: c31e470e0ee34da33ad1097edbabc94741f45a4e dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-c31e470 Bump externals/llvm-project from `d21b5c8` to `c31e470`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `c31e470` to `0faeea4`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@c31e470...0faeea4) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 0faeea46bae04d3a3c4641e9f1c0b7529ee368f9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-0faeea4 Bump externals/llvm-project from `c31e470` to `0faeea4`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `0faeea4` to `2733f2e`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@0faeea4...2733f2e) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 2733f2e9e542063357ce044f3115df8ec3ac965e dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-2733f2e Bump externals/llvm-project from `0faeea4` to `2733f2e`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `2733f2e` to `b8d762f`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@2733f2e...b8d762f) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: b8d762fc81a5e04255aaf28e1abbcec4fa3cea2a dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-b8d762f Bump externals/llvm-project from `2733f2e` to `b8d762f`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `b8d762f` to `fe67dea`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@b8d762f...fe67dea) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: fe67deabbc4768136c9583515df8ce57bd86d4f4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-fe67dea Bump externals/llvm-project from `b8d762f` to `fe67dea`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `fe67dea` to `2ea2318`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@fe67dea...2ea2318) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 2ea2318a2a83ee6308bf2187e6e97bfbed035190 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-2ea2318 Bump externals/llvm-project from `fe67dea` to `2ea2318`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `2ea2318` to `66caad7`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@2ea2318...66caad7) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 66caad761e94c58865dcf8e24c50c74eca288875 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-66caad7 Bump externals/llvm-project from `2ea2318` to `66caad7`
…atthias.adjust_for_llvm
Adjust for LLVM bump_to_a58e774f
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `73636fc` to `74d4ba4`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@73636fc...74d4ba4) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 74d4ba489b4215e9778c87ce29b619060255889e dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-74d4ba4 Bump externals/llvm-project from `73636fc` to `74d4ba4`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `74d4ba4` to `922ebdb`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@74d4ba4...922ebdb) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 922ebdb1f1abf0c28c23e2b0200564939e146500 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-922ebdb Bump externals/llvm-project from `74d4ba4` to `922ebdb`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `922ebdb` to `3e61fde`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@922ebdb...3e61fde) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 3e61fded160371c2cc18379647e3f720b238f16a dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-3e61fde Bump externals/llvm-project from `922ebdb` to `3e61fde`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `3e61fde` to `1e9aaea`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@3e61fde...1e9aaea) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 1e9aaea4f6172eec9de77ef666b39550a936a7a0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-1e9aaea Bump externals/llvm-project from `3e61fde` to `1e9aaea`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `1e9aaea` to `ae321ba`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@1e9aaea...ae321ba) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: ae321ba3819b3575d63c3173993104fe532d692c dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-ae321ba Bump externals/llvm-project from `1e9aaea` to `ae321ba`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is not to be merged; just an easy way to see the accumulated changes.