Skip to content

Commit

Permalink
error ci breaks
Browse files Browse the repository at this point in the history
Change-Id: Ice6c33601e5ba266b8d18f7837d5656292d5bbb6
  • Loading branch information
taoye9 committed Oct 16, 2024
1 parent 6bcdb3e commit 24270b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/automation/build_aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ if [[ "$OS" == "Darwin" ]]; then
ONEDNN_THREADING=SEQ
fi


echo "ONEDNN_THREADING: ${ONEDNN_THREADING}"
echo "WORKSPACE: $WORKSPACE"
CMAKE_OPTIONS="-Bbuild -S. \
-DDNNL_AARCH64_USE_ACL=ON \
-DONEDNN_BUILD_GRAPH=0 \
Expand All @@ -91,8 +88,8 @@ CMAKE_OPTIONS="-Bbuild -S. \

if [[ "$ONEDNN_THREADING" == 'TP' ]]; then
# install eigen
export EIGEN_INSTALL_PATH=${EIGEN_INSTALL_PATH:-"$PWD"}
export EIGEN_PATH=${EIGEN_PATH:-"$PWD/eigen"}
export EIGEN_INSTALL_PATH="$WORKSPACE/eigen-build"
export EIGEN_PATH="${WORKSPACE}/eigen"
install_eigen

CMAKE_OPTIONS="${CMAKE_OPTIONS} -DDNNL_CPU_RUNTIME=THREADPOOL \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ jobs:
CMAKE_BUILD_TYPE: ${{ matrix.config }}
GCC_VERSION: 13
ONEDNN_THREADING: ${{ matrix.threading }}
EIGEN_INSTALL_PATH: ${{ github.workspace }}/oneDNN
SCHEDULER: ${{ matrix.threading }}
# EIGEN_INSTALL_PATH: ${{ github.workspace }}/oneDNN
# SCHEDULER: ${{ matrix.threading }}
WORKSPACE: ${{ github.workspace }}/oneDNN

- name: Run oneDNN tests
Expand Down

0 comments on commit 24270b2

Please sign in to comment.