This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Merged
Conversation
|
Hey @mseth10 , Thanks for submitting the PR
CI supported jobs: [windows-cpu, centos-cpu, unix-cpu, edge, sanity, centos-gpu, unix-gpu, clang, miscellaneous, website, windows-gpu] Note: |
marcoabreu
reviewed
May 20, 2021
szha
previously requested changes
May 21, 2021
Member
szha
left a comment
There was a problem hiding this comment.
Thanks Manu for adding the arm binary distribution support! One concern I have is the choice to increase the number of pip packages for mxnet.
Member
|
Merged. Thanks @mseth10! Let's monitor the CD for a few days and make sure builds are smooth. |
Contributor
|
thanks Manu! |
waytrue17
pushed a commit
to waytrue17/incubator-mxnet
that referenced
this pull request
Jun 4, 2021
* add initial cd changes for aarch64 * skip failing aarch64 tests * skip failing aarch64 tests * add cd wheel support * add aarch64 node to cd pypi * fix dockerfile for aarch64 * fix dockerfile for aarch64 * refer github issue for failing tests * update pypi package name * add requirements file for aarch64 for cd docker
waytrue17
pushed a commit
to waytrue17/incubator-mxnet
that referenced
this pull request
Jun 4, 2021
* add initial cd changes for aarch64 * skip failing aarch64 tests * skip failing aarch64 tests * add cd wheel support * add aarch64 node to cd pypi * fix dockerfile for aarch64 * fix dockerfile for aarch64 * refer github issue for failing tests * update pypi package name * add requirements file for aarch64 for cd docker
mseth10
added a commit
that referenced
this pull request
Jun 5, 2021
…20333) * [v1.x] [CD] Add Aarch64 to cd (#20288) * add initial cd changes for aarch64 * skip failing aarch64 tests * skip failing aarch64 tests * add cd wheel support * add aarch64 node to cd pypi * fix dockerfile for aarch64 * fix dockerfile for aarch64 * refer github issue for failing tests * update pypi package name * add requirements file for aarch64 for cd docker * [v1.x] Enable MKLDNN + APL Integration in CD (#20294) * initial * Update python_images.sh * Update python_images.sh * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update AARCH64_CPU_ADDITIONAL.md * Update pip.md * Update pip.md * [v1.x] use gcc-8.5 instead of gcc-10 for aarch64 build (#20318) * use gcc-8.5 instead of gcc-10 with outline-atomics flag * debug openblas * fix apt install * use gcc-7 for openblas * use gcc-8.4 for openblas * update openblas * remove gcc-8 as no longer required * [v1.x] Update openblas version to 0.3.15 (#20328) * update apl version Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com> Co-authored-by: Zhaoqi Zhu <zhaoqizhu96@gmail.com> Co-authored-by: Wei Chu <weichu@amazon.com>
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
This PR adds AArch64 support to MXNet CD pipeline.
Checklist
Essentials
Changes
Following major changes are made as part of this PR:
Comments