Skip to content

Commit

Permalink
github: workflows: Enable aarch64 CI (#2142)
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Butt <[email protected]>
Change-Id: Ie1529bcc22fae942c17fc40688dad7672d59f79c
  • Loading branch information
theComputeKid authored and Radu2k committed Dec 2, 2024
1 parent 4273854 commit 2056fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/automation/build_aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cmake \
-DDNNL_AARCH64_USE_ACL=ON \
-DONEDNN_BUILD_GRAPH=0 \
-DDNNL_CPU_RUNTIME=$ONEDNN_THREADING \
-DONEDNN_WERROR=ON \
-DONEDNN_WERROR=OFF \
-DDNNL_BUILD_FOR_CI=ON \
-DONEDNN_TEST_SET=$ONEDNN_TEST_SET \
-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
runs-on: ${{ matrix.host.label }}
steps:
- name: Checkout oneDNN
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
path: oneDNN

Expand Down

0 comments on commit 2056fe0

Please sign in to comment.