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-01 17:15:42 +0300
committerGitHub <noreply@github.com>2021-07-01 17:15:42 +0300
commit2d39b4ab9ed1960a6b9298059f1422b88fe35a40 (patch)
treed03becef6ddcfe376a998e41a1fc8df9cd23a69e /.github
parent6bc2fc443da43f57509e9abcc20bb903bfb3f21b (diff)
Update Intel oneAPI to 2021.3 (#508)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d922491b..537627fe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
- name: Store URL for downloading Intel oneAPI to environment variable
if: startsWith(matrix.os, 'macos')
run: |
- echo 'ONEAPI_INSTALLER_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/17714/m_BaseKit_p_2021.2.0.2855_offline.dmg' >> $GITHUB_ENV
+ echo 'ONEAPI_INSTALLER_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/17969/m_BaseKit_p_2021.3.0.3043_offline.dmg' >> $GITHUB_ENV
- name: Install Intel oneAPI
if: startsWith(matrix.os, 'macos')
@@ -84,7 +84,7 @@ jobs:
if: startsWith(matrix.os, 'macos') && matrix.backend == 'dnnl'
run: |
sudo /Volumes/$(basename $ONEAPI_INSTALLER_URL .dmg)/bootstrapper.app/Contents/MacOS/bootstrapper --silent --eula accept --components intel.oneapi.mac.dnnl
- sudo install_name_tool -id @rpath/libdnnl.2.dylib /opt/intel/oneapi/dnnl/latest/cpu_iomp/lib/libdnnl.2.2.dylib
+ sudo install_name_tool -id @rpath/libdnnl.2.dylib /opt/intel/oneapi/dnnl/latest/cpu_iomp/lib/libdnnl.2.3.dylib
cmake -DCMAKE_INSTALL_PREFIX=$PWD/install -DBUILD_TESTS=ON -DWITH_MKL=OFF -DWITH_DNNL=ON -DCMAKE_CXX_FLAGS="-Wno-unused-command-line-argument" .
- name: Build