Skip to content

Commit

Permalink
Bump IPP to 2022.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Nov 24, 2024
1 parent ead96b0 commit 03be330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
id: cache-ipp
uses: actions/cache@v4
with:
key: ipp-v5
key: ipp-v6
path: C:\Program Files (x86)\Intel

- name: Install IPP (Windows)
if: (runner.os == 'Windows') && (steps.cache-ipp.outputs.cache-hit != 'true')
run: |
curl --output oneapi.exe https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b4adec02-353b-4144-aa21-f2087040f316/w_ipp_oneapi_p_2021.11.0.533_offline.exe
curl --output oneapi.exe https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2e89fab4-e1c7-4f14-a1ef-6cddba8c5fa7/intel-ipp-2022.0.0.796_offline.exe
./oneapi.exe -s -x -f oneapi
./oneapi/bootstrapper.exe -s -c --action install --components=intel.oneapi.win.ipp.devel --eula=accept -p=NEED_VS2022_INTEGRATION=1 --log-dir=.
Expand All @@ -83,7 +83,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: C:\Program Files (x86)\Intel
key: ipp-v5
key: ipp-v6

- name: Install Ninja (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 03be330

Please sign in to comment.