Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Klein <guillaumekln@users.noreply.github.com>2021-07-22 13:53:38 +0300
committerGitHub <noreply@github.com>2021-07-22 13:53:38 +0300
commit57964011f587567a7b04b1809cf0e2ac6355d66f (patch)
tree806bf8a00b5361d59aea4b14502b1641a7000e47 /.github
parent529831cc1be09c5a5354d3f847b1387099d477b3 (diff)
Remove the oneDNN CI job on AArch64 (#520)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml37
1 files changed, 1 insertions, 36 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 537627fe..c1305ae6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
CT2_VERBOSE: 1
strategy:
matrix:
- backend: [openblas, dnnl]
+ backend: [openblas]
steps:
- uses: actions/checkout@v2
@@ -143,41 +143,6 @@ jobs:
.
make -j $(nproc) install
- - name: Build with DNNL
- if: matrix.backend == 'dnnl'
- run: |
- wget https://github.com/oneapi-src/oneDNN/archive/v1.7.tar.gz
- tar xzvf v1.7.tar.gz
- cd oneDNN-1.7
- cmake \
- -DCMAKE_SYSTEM_NAME=Linux \
- -DCMAKE_SYSTEM_PROCESSOR=aarch64 \
- -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc \
- -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ \
- -DCMAKE_FIND_ROOT_PATH=/usr/aarch64-linux-gnu \
- -DCMAKE_INSTALL_PREFIX=/usr/aarch64-linux-gnu \
- -DDNNL_TARGET_ARCH="AARCH64" \
- -DDNNL_CPU_RUNTIME=OMP \
- -DDNNL_BUILD_TESTS=OFF \
- .
- make -j $(nproc)
- sudo make install
- cd ..
-
- cmake \
- -DCMAKE_SYSTEM_NAME=Linux \
- -DCMAKE_SYSTEM_PROCESSOR=aarch64 \
- -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc \
- -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ \
- -DCMAKE_FIND_ROOT_PATH=/usr/aarch64-linux-gnu \
- -DOPENMP_RUNTIME=COMP \
- -DCMAKE_INSTALL_PREFIX=$PWD/install \
- -DWITH_MKL=OFF \
- -DWITH_DNNL=ON \
- -DBUILD_TESTS=ON \
- .
- make -j $(nproc) install
-
- name: Download test data
run: |
wget https://opennmt-models.s3.amazonaws.com/transliteration-aren-all.tar.gz