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,998
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 c1892de (Dec 05) (128)
[AutoBump] Merge with fixes of 49b3d25 (Dec 10) (133)
[AutoBump] Merge with fixes of 59b3614 (Dec 10) (134)
[AutoBump] Merge with fixes of 5a5cc6b (Dec 11) (135)
[AutoBump] Merge with 2c72a82 (Dec 13) (137)
Partially resolves llvm#3453 by introducing better error reporting for unsupported configurations in the `onnx.Resize` lowering.
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-project) from `e8be3be` to `8bf67e1`. - [Commits](Xilinx/llvm-project@e8be3be...8bf67e1) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-8bf67e1 Bump externals/llvm-project from `e8be3be` to `8bf67e1`
[AutoBump] Merge with fixes of 5077090 (Dec 09) (131)
[AutoBump] Merge with fixes of 8e0eafd (Dec 13) (138)
[AutoBump] Merge with fixes of 71cb942 (Dec 17) (139)
[AutoBump] Merge with fixes of 51da49c (Dec 19) (141)
[AutoBump] Merge with 2f8dbca (Dec 19) (142)
Uses `llvm_unreachable` to mark path unreachable to fix compiler error ``` DefaultDomainQtoZ.cpp:194:1: error: non-void function does not return a value in all control paths ``` Signed-off-by: Ian Wood <[email protected]>
Fixes iree-org/iree-turbine#281. **_TL;DR:_** The `weakref.finalize` objects cause the model parameters to be kept in memory in-between consecutive `aot.export` calls in the same process. We remove them to enable releasing the memory, this does not change the behavior of `RefTracker` or `RefMapping` classes anyhow else. Signed-off-by: Ege Beysel <[email protected]>
[AutoBump] Merge with fixes of f03a576 (Dec 12) (136)
I fixed two calls to yaml.load to explicitly use the Safe Loader. I copied the code from other repos that do it this way.
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `7c4e455` to `d26c85f`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@7c4e455...d26c85f) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: d26c85f09692c6fd6bcfe43dc56b4d0619b3042d dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-d26c85f Bump externals/llvm-project from `7c4e455` to `d26c85f`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `d26c85f` to `70ac20b`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@d26c85f...70ac20b) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 70ac20b17d30b489a8265a10d1c65a5bf8788c15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-70ac20b Bump externals/llvm-project from `d26c85f` to `70ac20b`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `70ac20b` to `70e4834`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@70ac20b...70e4834) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 70e48347ffff54d99a2a3ff8ccf361fe9804bed3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-70e4834 Bump externals/llvm-project from `70ac20b` to `70e4834`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `70e4834` to `1e3575f`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@70e4834...1e3575f) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 1e3575fe759aeb8cd0eee4824bc734737cde91ba dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-1e3575f Bump externals/llvm-project from `70e4834` to `1e3575f`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `1e3575f` to `6e4e73b`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@1e3575f...6e4e73b) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 6e4e73b3605535ebaa78cecfabcd74d42cc97010 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-6e4e73b Bump externals/llvm-project from `1e3575f` to `6e4e73b`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `6e4e73b` to `f3f3438`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@6e4e73b...f3f3438) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: f3f3438545955cb6fb35d40b0055ec05248e5df0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-f3f3438 Bump externals/llvm-project from `6e4e73b` to `f3f3438`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `f3f3438` to `5e2bd2d`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@f3f3438...5e2bd2d) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 5e2bd2dfbdf408075e18bacb1d9feaf40e954ea9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-5e2bd2d Bump externals/llvm-project from `f3f3438` to `5e2bd2d`
Fix undefined behaviour of shifting a negative value.
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `5e2bd2d` to `ffa1ecc`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@5e2bd2d...ffa1ecc) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: ffa1ecc9ca27d3c9289d8061042ef92a8158033f dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-ffa1ecc Bump externals/llvm-project from `5e2bd2d` to `ffa1ecc`
Signed-off-by: Jonas Rickert <[email protected]>
Set llvm_use_sanitizer for ASAN builds
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `ffa1ecc` to `01a51ff`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@ffa1ecc...01a51ff) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 01a51ff13da7e593ac3bc0771d4880330a5f440d dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-01a51ff Bump externals/llvm-project from `ffa1ecc` to `01a51ff`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `01a51ff` to `eeb69f1`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@01a51ff...eeb69f1) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: eeb69f10ce5f11f790c81e41fdf6e791e04d1d79 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-eeb69f1 Bump externals/llvm-project from `01a51ff` to `eeb69f1`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `eeb69f1` to `9965930`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@eeb69f1...9965930) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 9965930ab92e0b2c597c542e39188747895d4850 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-9965930 Bump externals/llvm-project from `eeb69f1` to `9965930`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `9965930` to `201faf7`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@9965930...201faf7) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 201faf7c58227bac424fc8b34deaa4b1395f9536 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-201faf7 Bump externals/llvm-project from `9965930` to `201faf7`
Bumps [externals/llvm-project](https://github.com/Xilinx/llvm-aie) from `201faf7` to `90ec1a5`. - [Release notes](https://github.com/Xilinx/llvm-aie/releases) - [Commits](Xilinx/llvm-aie@201faf7...90ec1a5) --- updated-dependencies: - dependency-name: externals/llvm-project dependency-version: 90ec1a5dcc01bc16201550a79e7472c6b782eb31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…lvm-project-90ec1a5 Bump externals/llvm-project from `201faf7` to `90ec1a5`
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.