[v1.x] Enable MKLDNN + APL Integration in CD#20294
Conversation
|
Hey @Zha0q1 , Thanks for submitting the PR
CI supported jobs: [windows-cpu, edge, windows-gpu, centos-cpu, centos-gpu, miscellaneous, unix-gpu, website, sanity, clang, unix-cpu] Note: |
|
Hey @Zha0q1 , do we need to add any licenses related to ArmPL? |
ArmPL's license is not Apache compatible. That's why we don't include it in the wheel. We need to require users to install ArmPL in their environment. Do you want me to modify the "getting started" doc in this pr? Alternatively I can also create another pr to update the doc |
yeah we need to have these instructions in the install doc, can you please update it? a new PR is also fine.. |
* 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
* 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
…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>
Enable MKLDNN integration with APL by defualt and fix cd docker image pipelines