Skip to content

Commit 4cd5666

Browse files
authored
Merge branch 'oneapi-src:master' into master
2 parents 1d97aaa + d0ecc3e commit 4cd5666

File tree

9 files changed

+82
-252
lines changed

9 files changed

+82
-252
lines changed

.appveyor.yml

Lines changed: 9 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,20 @@
44

55
environment:
66
global:
7-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396_offline.exe
8-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441_offline.exe
9-
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397_offline.sh
10-
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440_offline.sh
11-
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443_offline.dmg
12-
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
7+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/62641e01-1e8d-4ace-91d6-ae03f7f8a71f/w_BaseKit_p_2024.0.0.49563_offline.exe
8+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5b36181e-4974-4733-91c7-0c10c54900a5/w_HPCKit_p_2024.0.0.49588_offline.exe
9+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564_offline.sh
10+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/1b2baedd-a757-4a79-8abb-a5bf15adae9a/l_HPCKit_p_2024.0.0.49589_offline.sh
11+
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common
1312
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
14-
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler
15-
LINUX_CPP_COMPONENTS: intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
13+
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common
14+
LINUX_CPP_COMPONENTS: intel-oneapi-dpcpp-cpp-compiler
1615
LINUX_FORTRAN_COMPONENTS: intel-oneapi-compiler-fortran
1716
LINUX_DPCPP_COMPONENTS: intel-oneapi-compiler-dpcpp-cpp
18-
LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler-pro
17+
LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
1918
LINUX_FORTRAN_COMPONENTS_WEB: intel.oneapi.lin.ifort-compiler
2019
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
21-
MACOS_CPP_COMPONENTS: intel.oneapi.mac.cpp-compiler
22-
MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler
23-
SAMPLES_TAG: 2023.2.0
20+
SAMPLES_TAG: 2024.0.0
2421
VS_VER: vs2019
2522

2623
matrix:
@@ -51,12 +48,6 @@ environment:
5148
- job_name: build_linux_apt_dpcpp
5249
appveyor_build_worker_image: ubuntu2004
5350

54-
- job_name: build_mac_cpp
55-
appveyor_build_worker_image: macos
56-
57-
- job_name: build_mac_fortran
58-
appveyor_build_worker_image: macos
59-
6051
for:
6152
-
6253
matrix:
@@ -190,34 +181,3 @@ for:
190181
scripts/install_linux_apt.sh $LINUX_DPCPP_COMPONENTS
191182
build_script:
192183
sh: scripts/build_linux.sh dpc++ $SAMPLES_TAG
193-
194-
-
195-
matrix:
196-
only:
197-
- job_name: build_mac_cpp
198-
install:
199-
sh: scripts/install_macos.sh $MACOS_HPCKIT_URL $MACOS_CPP_COMPONENTS
200-
build_script:
201-
sh: scripts/build_macos.sh c++ $SAMPLES_TAG
202-
203-
# Delete the following if you don't want to save install logs
204-
artifacts:
205-
- name: InstallLogs
206-
path: |
207-
bootstrapper*
208-
installer*
209-
-
210-
matrix:
211-
only:
212-
- job_name: build_mac_fortran
213-
install:
214-
sh: scripts/install_macos.sh $MACOS_HPCKIT_URL $MACOS_FORTRAN_COMPONENTS
215-
build_script:
216-
sh: scripts/build_macos.sh fortran $SAMPLES_TAG
217-
218-
# Delete the following if you don't want to save install logs
219-
artifacts:
220-
- name: InstallLogs
221-
path: |
222-
bootstrapper*
223-
installer*

.azure-pipelines.yml

Lines changed: 11 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,37 @@ trigger:
77

88
variables:
99
- name: WINDOWS_BASEKIT_URL
10-
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396_offline.exe
10+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/62641e01-1e8d-4ace-91d6-ae03f7f8a71f/w_BaseKit_p_2024.0.0.49563_offline.exe
1111
- name: WINDOWS_HPCKIT_URL
12-
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441_offline.exe
12+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5b36181e-4974-4733-91c7-0c10c54900a5/w_HPCKit_p_2024.0.0.49588_offline.exe
1313
- name: LINUX_BASEKIT_URL
14-
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397_offline.sh
14+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564_offline.sh
1515
- name: LINUX_HPCKIT_URL
16-
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440_offline.sh
17-
- name: MACOS_HPCKIT_URL
18-
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443_offline.dmg
16+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/1b2baedd-a757-4a79-8abb-a5bf15adae9a/l_HPCKit_p_2024.0.0.49589_offline.sh
1917
- name: WINDOWS_CPP_COMPONENTS
20-
value: intel.oneapi.win.cpp-compiler
18+
value: intel.oneapi.win.cpp-dpcpp-common
2119
- name: WINDOWS_FORTRAN_COMPONENTS
2220
value: intel.oneapi.win.ifort-compiler
2321
- name: WINDOWS_DPCPP_COMPONENTS
24-
value: intel.oneapi.win.dpcpp-compiler
22+
value: intel.oneapi.win.cpp-dpcpp-common
2523
- name: LINUX_CPP_COMPONENTS
26-
value: intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
24+
value: intel-oneapi-dpcpp-cpp-compiler
2725
- name: LINUX_FORTRAN_COMPONENTS
2826
value: intel-oneapi-compiler-fortran
2927
- name: LINUX_DPCPP_COMPONENTS
3028
value: intel-oneapi-compiler-dpcpp-cpp
3129
- name: LINUX_CPP_COMPONENTS_WEB
32-
value: intel.oneapi.lin.dpcpp-cpp-compiler-pro
30+
value: intel.oneapi.lin.dpcpp-cpp-compiler
3331
- name: LINUX_FORTRAN_COMPONENTS_WEB
3432
value: intel.oneapi.lin.ifort-compiler
3533
- name: LINUX_DPCPP_COMPONENTS_WEB
3634
value: intel.oneapi.lin.dpcpp-cpp-compiler
37-
- name: MACOS_CPP_COMPONENTS
38-
value: intel.oneapi.mac.cpp-compiler
39-
- name: MACOS_FORTRAN_COMPONENTS
40-
value: intel.oneapi.mac.ifort-compiler
4135
- name: SAMPLES_TAG
42-
value: 2023.2.0
36+
value: 2024.0.0
4337
- name: COMPILER_VERSION
44-
value: 2023.2.0
38+
value: 2024.0.0
4539
- name: TBB_VERSION
46-
value: 2021.10.0
40+
value: 2021.11.0
4741
- name: VS_VER
4842
value: vs2022
4943

@@ -399,71 +393,3 @@ jobs:
399393
- bash: scripts/cache_exclude_linux.sh
400394
displayName: exclude unused files from cache
401395
condition: ne(variables.CACHE_RESTORED, 'true')
402-
403-
- job: build_macOS_cpp
404-
pool:
405-
vmImage: 'macOS-latest'
406-
steps:
407-
- script: |
408-
sudo mkdir -p /opt/intel
409-
sudo chown $USER /opt/intel
410-
displayName: prepare for cache restore
411-
- task: Cache@2
412-
inputs:
413-
path: /opt/intel/oneapi
414-
key: '"install" | "$(MACOS_HPCKIT_URL)" | "$(MACOS_CPP_COMPONENTS)"'
415-
cacheHitVar: CACHE_RESTORED
416-
- script: scripts/install_macos.sh $(MACOS_HPCKIT_URL) $(MACOS_CPP_COMPONENTS)
417-
displayName: install
418-
condition: ne(variables.CACHE_RESTORED, 'true')
419-
- script: scripts/build_macos.sh c++ $(SAMPLES_TAG)
420-
displayName: build
421-
422-
# Delete the following if you don't want to save install logs
423-
- task: CopyFiles@2
424-
condition: ne(variables.CACHE_RESTORED, 'true')
425-
inputs:
426-
sourceFolder: '$(Build.SourcesDirectory)'
427-
contents: |
428-
bootstrapper*
429-
installer*
430-
targetFolder: '$(Build.ArtifactStagingDirectory)'
431-
- task: PublishBuildArtifacts@1
432-
condition: ne(variables.CACHE_RESTORED, 'true')
433-
inputs:
434-
pathToPublish: '$(Build.ArtifactStagingDirectory)'
435-
artifactName: InstallLogs_$(Agent.JobName)
436-
437-
- job: build_macOS_fortran
438-
pool:
439-
vmImage: 'macOS-latest'
440-
steps:
441-
- script: |
442-
sudo mkdir -p /opt/intel
443-
sudo chown $USER /opt/intel
444-
displayName: prepare for cache restore
445-
- task: Cache@2
446-
inputs:
447-
path: /opt/intel/oneapi
448-
key: '"install" | "$(MACOS_HPCKIT_URL)" | "$(MACOS_FORTRAN_COMPONENTS)"'
449-
cacheHitVar: CACHE_RESTORED
450-
- script: scripts/install_macos.sh $(MACOS_HPCKIT_URL) $(MACOS_FORTRAN_COMPONENTS)
451-
displayName: install
452-
condition: ne(variables.CACHE_RESTORED, 'true')
453-
- script: scripts/build_macos.sh fortran $(SAMPLES_TAG)
454-
displayName: build
455-
456-
# Delete the following if you don't want to save install logs
457-
- task: CopyFiles@2
458-
condition: ne(variables.CACHE_RESTORED, 'true')
459-
inputs:
460-
sourceFolder: '$(Build.SourcesDirectory)'
461-
contents: |
462-
bootstrapper*
463-
installer*
464-
targetFolder: '$(Build.ArtifactStagingDirectory)'
465-
- task: PublishBuildArtifacts@1
466-
condition: ne(variables.CACHE_RESTORED, 'true')
467-
inputs:
468-
pathToPublish: '$(Build.ArtifactStagingDirectory)'
469-
artifactName: InstallLogs_$(Agent.JobName)

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ version: 2.1
66
parameters:
77
WINDOWS_BASEKIT_URL:
88
type: string
9-
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396_offline.exe"
9+
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/62641e01-1e8d-4ace-91d6-ae03f7f8a71f/w_BaseKit_p_2024.0.0.49563_offline.exe"
1010
WINDOWS_HPCKIT_URL:
1111
type: string
12-
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441_offline.exe"
12+
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5b36181e-4974-4733-91c7-0c10c54900a5/w_HPCKit_p_2024.0.0.49588_offline.exe"
1313
LINUX_BASEKIT_URL:
1414
type: string
15-
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397_offline.sh"
15+
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564_offline.sh"
1616
LINUX_HPCKIT_URL:
1717
type: string
18-
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440_offline.sh"
18+
default: "https://registrationcenter-download.intel.com/akdlm//IRC_NAS/1b2baedd-a757-4a79-8abb-a5bf15adae9a/l_HPCKit_p_2024.0.0.49589_offline.sh"
1919
WINDOWS_CPP_COMPONENTS:
2020
type: string
2121
default: "intel.oneapi.win.cpp-compiler"
@@ -45,13 +45,13 @@ parameters:
4545
default: "intel.oneapi.lin.dpcpp-cpp-compiler"
4646
SAMPLES_TAG:
4747
type: string
48-
default: "2023.2.0"
48+
default: "2024.0.0"
4949
COMPILER_VERSION:
5050
type: string
51-
default: "2023.2.0"
51+
default: "2024.0.0"
5252
TBB_VERSION:
5353
type: string
54-
default: "2021.10.0"
54+
default: "2021.11.0"
5555
VS_VER:
5656
type: string
5757
default: "vs2017"

.github/workflows/build_all.yml

Lines changed: 12 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ name: build_all
77
on: push
88

99
env:
10-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396_offline.exe
11-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441_offline.exe
12-
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397_offline.sh
13-
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440_offline.sh
10+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/62641e01-1e8d-4ace-91d6-ae03f7f8a71f/w_BaseKit_p_2024.0.0.49563_offline.exe
11+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5b36181e-4974-4733-91c7-0c10c54900a5/w_HPCKit_p_2024.0.0.49588_offline.exe
12+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564_offline.sh
13+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/1b2baedd-a757-4a79-8abb-a5bf15adae9a/l_HPCKit_p_2024.0.0.49589_offline.sh
1414
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443_offline.dmg
15-
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
15+
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common
1616
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
17-
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler
18-
LINUX_CPP_COMPONENTS: intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
17+
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common
18+
LINUX_CPP_COMPONENTS: intel-oneapi-dpcpp-cpp-compiler
1919
LINUX_FORTRAN_COMPONENTS: intel-oneapi-compiler-fortran
2020
LINUX_DPCPP_COMPONENTS: intel-oneapi-compiler-dpcpp-cpp
21-
LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler-pro
21+
LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
2222
LINUX_FORTRAN_COMPONENTS_WEB: intel.oneapi.lin.ifort-compiler
2323
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
2424
MACOS_CPP_COMPONENTS: intel.oneapi.mac.cpp-compiler
2525
MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler
26-
CACHE_NUMBER: 8
27-
SAMPLES_TAG: 2023.2.0
28-
COMPILER_VERSION: 2023.2.0
29-
TBB_VERSION: 2021.10.0
26+
CACHE_NUMBER: 7
27+
SAMPLES_TAG: 2024.0.0
28+
COMPILER_VERSION: 2024.0.0
29+
TBB_VERSION: 2021.11.0
3030
VS_VER: vs2022
3131

3232
jobs:
@@ -421,71 +421,3 @@ jobs:
421421
- name: exclude unused files from cache
422422
if: steps.cache-install.outputs.cache-hit != 'true'
423423
run: scripts/cache_exclude_linux.sh
424-
425-
build_macos_cpp:
426-
runs-on: macos-latest
427-
defaults:
428-
run:
429-
shell: bash
430-
steps:
431-
- uses: actions/checkout@v2
432-
- name: prepare for cache restore
433-
run: |
434-
sudo mkdir -p /opt/intel
435-
sudo chown $USER /opt/intel
436-
- name: cache install
437-
id: cache-install
438-
uses: actions/cache@v2
439-
with:
440-
path: /opt/intel/oneapi
441-
key: install-${{ env.MACOS_HPCKIT_URL }}-${{ env.MACOS_CPP_COMPONENTS }}
442-
- name: install
443-
if: steps.cache-install.outputs.cache-hit != 'true'
444-
run: scripts/install_macos.sh $MACOS_HPCKIT_URL $MACOS_CPP_COMPONENTS
445-
- name: build
446-
run: scripts/build_macos.sh c++ $SAMPLES_TAG
447-
448-
# Delete the following if you don't want to save install logs
449-
- name: Saving install logs
450-
if: steps.cache-install.outputs.cache-hit != 'true'
451-
uses: actions/upload-artifact@v2
452-
with:
453-
name: InstallLogs_${{ github.job }}
454-
path: |
455-
bootstrapper*
456-
installer*
457-
retention-days: 7
458-
459-
build_macos_fortran:
460-
runs-on: macos-latest
461-
defaults:
462-
run:
463-
shell: bash
464-
steps:
465-
- uses: actions/checkout@v2
466-
- name: prepare for cache restore
467-
run: |
468-
sudo mkdir -p /opt/intel
469-
sudo chown $USER /opt/intel
470-
- name: cache install
471-
id: cache-install
472-
uses: actions/cache@v2
473-
with:
474-
path: /opt/intel/oneapi
475-
key: install-${{ env.MACOS_HPCKIT_URL }}-${{ env.MACOS_FORTRAN_COMPONENTS }}
476-
- name: install
477-
if: steps.cache-install.outputs.cache-hit != 'true'
478-
run: scripts/install_macos.sh $MACOS_HPCKIT_URL $MACOS_FORTRAN_COMPONENTS
479-
- name: build
480-
run: scripts/build_macos.sh fortran $SAMPLES_TAG
481-
482-
# Delete the following if you don't want to save install logs
483-
- name: Saving install logs
484-
if: steps.cache-install.outputs.cache-hit != 'true'
485-
uses: actions/upload-artifact@v2
486-
with:
487-
name: InstallLogs_${{ github.job }}
488-
path: |
489-
bootstrapper*
490-
installer*
491-
retention-days: 7

.github/workflows/list_components.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ on:
1111
- cron: '0 0 * * *'
1212

1313
env:
14-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396.exe
15-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441.exe
14+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/62641e01-1e8d-4ace-91d6-ae03f7f8a71f/w_BaseKit_p_2024.0.0.49563.exe
15+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5b36181e-4974-4733-91c7-0c10c54900a5/w_HPCKit_p_2024.0.0.49588.exe
1616
WINDOWS_IOTKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dbdf4222-ff39-4c53-9b1a-23585f9a5e25/w_IoTKit_p_2023.2.0.49274.exe
17-
WINDOWS_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b80ac7cd-0ef8-45b3-ad1f-2e8504113c34/w_RenderKit_p_2023.2.0.49368.exe
18-
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397.sh
19-
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440.sh
17+
WINDOWS_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b2a07c39-3374-4a4a-b1d0-56bbcb93ddce/w_RenderKit_p_2024.0.0.49657.exe
18+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564.sh
19+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/1b2baedd-a757-4a79-8abb-a5bf15adae9a/l_HPCKit_p_2024.0.0.49589.sh
2020
LINUX_IOTKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/792937e1-5667-47a9-a9df-e1142fce55b5/l_IoTKit_p_2023.2.0.49273.sh
21-
LINUX_AIKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/af4bc50d-898e-45a4-8f7d-378448ba294a/l_AIKit_p_2023.2.0.48997.sh
22-
LINUX_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a75957c3-0cf8-4385-8913-07b33324f7fb/l_RenderKit_p_2023.2.0.49367.sh
21+
LINUX_AIKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/249dd907-b3ed-4aae-a9d2-f8e303c02dbe/l_AITools.2024.0.0.21.sh
22+
LINUX_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/18e978f0-5a80-4006-bf34-207f205b8f4f/l_RenderKit_p_2024.0.0.49659.sh
2323
MACOS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cd013e6c-49c4-488b-8b86-25df6693a9b7/m_BaseKit_p_2023.2.0.49398.dmg
2424
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443.dmg
25-
MACOS_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0510c852-f273-4e43-b8d6-9076cbc0dd34/m_RenderKit_p_2023.2.0.49370.dmg
25+
MACOS_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/c8679a2f-fe17-4879-8d53-e4866060d38e/m_RenderKit_p_2024.0.0.49658.dmg
2626

2727
jobs:
2828
windows:
@@ -66,8 +66,8 @@ jobs:
6666
run: scripts/list_components_linux.sh $LINUX_HPCKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_hpckit.txt
6767
- name: Intel® oneAPI IoT Toolkit
6868
run: scripts/list_components_linux.sh $LINUX_IOTKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_iotkit.txt
69-
- name: Intel® AI Analytics Toolkit
70-
run: scripts/list_components_linux.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aikit.txt
69+
- name: Intel® AI Tools Toolkit
70+
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL
7171
- name: Intel® oneAPI Rendering Toolkit
7272
run: scripts/list_components_linux.sh $LINUX_RENDERKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_renderkit.txt
7373

0 commit comments

Comments
 (0)