-
Notifications
You must be signed in to change notification settings - Fork 611
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
Add AArch64 builds and move to manylinux_2_28 #13831
Merged
Merged
Conversation
This file contains 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
powderluv
force-pushed
the
powderluv-aarch64-release-builds
branch
from
May 31, 2023 07:13
1b17b57
to
8279b3f
Compare
Release builds have also been tested with this PR: https://github.com/openxla/iree/releases/tag/candidate-20230531.13 |
powderluv
changed the title
Add AArch64 builds
Add AArch64 builds and move to manylinux_2_28
May 31, 2023
powderluv
force-pushed
the
powderluv-aarch64-release-builds
branch
from
May 31, 2023 23:17
8279b3f
to
9786192
Compare
Updated to not change x86_64 and leave that at 2014. When ready we can remove the check for the default image. |
Use uname -m to key off architecture Disable CUDA on ARM64 until we move to 12.1 Use canconical docker image to key off Architectures. Remove use of git so we don't get errors about safe directories Mark git safe.directory in docker Add an install_deps() to install tracy deps for manylinux 2_28 Migrate to using manylinux_2_28 for aarch64 and leave x86_64
powderluv
force-pushed
the
powderluv-aarch64-release-builds
branch
from
May 31, 2023 23:47
9786192
to
3a55582
Compare
nightly builds work ok too https://github.com/openxla/iree/releases/tag/candidate-20230531.14 |
Partially fixes #12684 |
stellaraccident
approved these changes
Jun 2, 2023
GMNGeoffrey
reviewed
Jun 2, 2023
NatashaKnk
pushed a commit
to NatashaKnk/iree
that referenced
this pull request
Jul 6, 2023
Use uname -m to key off architecture Disable CUDA on ARM64 until we move to 12.1 Use canconical docker image to key off Architectures. Remove use of git to find root directory so we don't get errors about safe directories Add an install_deps() to install tracy deps Migrate to using manylinux_2_28
nhasabni
pushed a commit
to plaidml/iree
that referenced
this pull request
Aug 24, 2023
Use uname -m to key off architecture Disable CUDA on ARM64 until we move to 12.1 Use canconical docker image to key off Architectures. Remove use of git to find root directory so we don't get errors about safe directories Add an install_deps() to install tracy deps Migrate to using manylinux_2_28
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.
Use uname -m to key off architecture
Disable CUDA on ARM64 until we move to 12.1
Use canconical docker image to key off Architectures.
Remove use of git to find root directory so we don't get errors about safe directories
Add an install_deps() to install tracy deps
Migrate to using manylinux_2_28