Skip to content
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

Dockerfile - Add support for arm64 build #660

Merged
merged 10 commits into from
Nov 6, 2024

Conversation

dpower4
Copy link
Contributor

@dpower4 dpower4 commented Oct 31, 2024

aarch64 build.

  • Updated dockerfile for aarch64 build
  • extend cpu stream compilation for neoverse 
  • handle onnxruntime-gpu installation
  • third party builds filtering based on arch
  • disable cuda decode perf build for non x86

@dpower4 dpower4 requested a review from a team as a code owner October 31, 2024 22:07
dockerfile/cuda12.4-arm.dockerfile Outdated Show resolved Hide resolved
third_party/Makefile Show resolved Hide resolved
.github/workflows/build-image.yml Outdated Show resolved Hide resolved
dockerfile/cuda12.4-arm.dockerfile Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
third_party/Makefile Outdated Show resolved Hide resolved
third_party/stream-tests/Makefile Outdated Show resolved Hide resolved
Copy link

@polarG polarG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

.github/workflows/build-image.yml Outdated Show resolved Hide resolved
dockerfile/cuda12.4.dockerfile Outdated Show resolved Hide resolved
dockerfile/cuda12.4.dockerfile Show resolved Hide resolved
dockerfile/cuda12.4.dockerfile Show resolved Hide resolved
@abuccts abuccts changed the title Feat/arm64 build Dockerfile - Add support for arm64 build Nov 6, 2024
@abuccts abuccts added the containers SuperBench Containers label Nov 6, 2024
@dpower4 dpower4 requested a review from abuccts November 6, 2024 02:15
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 85.77%. Comparing base (59d36f7) to head (2252a96).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...chmarks/micro_benchmarks/cpu_stream_performance.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #660      +/-   ##
==========================================
- Coverage   85.80%   85.77%   -0.03%     
==========================================
  Files          97       97              
  Lines        6923     6925       +2     
==========================================
  Hits         5940     5940              
- Misses        983      985       +2     
Flag Coverage Δ
cpu-python3.6-unit-test 71.58% <33.33%> (-0.03%) ⬇️
cpu-python3.7-unit-test 71.58% <33.33%> (-0.03%) ⬇️
cpu-python3.8-unit-test 71.61% <33.33%> (-0.03%) ⬇️
cuda-unit-test 83.86% <33.33%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@abuccts abuccts enabled auto-merge (squash) November 6, 2024 05:52
@abuccts abuccts merged commit 4794912 into microsoft:main Nov 6, 2024
18 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
containers SuperBench Containers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants