Skip to content

Commit 6a33a40

Browse files
committed
update icx compiler version to 2024.2.1
1 parent 3c9936c commit 6a33a40

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

.github/workflows/continuous.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: '[ "Linux", "docker", "build" ]'
8989
project: embree
9090
env-from-files: ./.github/workflows/dpcpp-none.env
91-
dpcpp-version: intel/2024.1.0
91+
dpcpp-version: intel/2024.2.1
9292
artifact-out: linux-DG2-JIT-PUBLIC-ICX-build
9393
artifact-path: ./build/*.tar.gz
9494
cmd: |
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: '[ "Linux", "docker", "dg2" ]'
107107
project: embree
108108
env-from-files: ./.github/workflows/gfx-ubuntu22-public.env
109-
dpcpp-version: intel/2024.1.0
109+
dpcpp-version: intel/2024.2.1
110110
artifact-in: linux-DG2-JIT-PUBLIC-ICX-build
111111
cmd: |
112112
module load cmake/3.25.3
@@ -286,7 +286,7 @@ jobs:
286286
with:
287287
runs-on: '[ "Windows", "NAS", "dg2" ]'
288288
project: embree
289-
dpcpp-version: oneAPI/compiler/2024.1
289+
dpcpp-version: oneAPI/compiler/2024.2
290290
env-from-files: ./.github/workflows/dpcpp-none.env ./.github/workflows/gfx-windows-public.env
291291
artifact-out: windows-DG2-JIT-ICX-build
292292
artifact-path: ./build/*.zip
@@ -301,7 +301,7 @@ jobs:
301301
with:
302302
runs-on: '[ "Windows", "NAS", "dg2" ]'
303303
project: embree
304-
dpcpp-version: oneAPI/compiler/2024.1
304+
dpcpp-version: oneAPI/compiler/2024.2
305305
env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-windows-internal.env
306306
artifact-in: windows-DG2-JIT-ICX-build
307307
cmd: |
@@ -315,7 +315,7 @@ jobs:
315315
with:
316316
runs-on: '[ "Windows", "NAS", "dg2" ]'
317317
project: embree
318-
dpcpp-version: oneAPI/compiler/2024.1
318+
dpcpp-version: oneAPI/compiler/2024.2
319319
env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-windows-public.env
320320
artifact-in: windows-DG2-JIT-ICX-build
321321
cmd: |
@@ -362,7 +362,7 @@ jobs:
362362
with:
363363
image: embree/fedora:29
364364
runs-on: '[ "Linux", "docker", "avx512" ]'
365-
dpcpp-version: intel/2024.1.0
365+
dpcpp-version: intel/2024.2.1
366366
cmd: |
367367
module load cmake/3.25.3
368368
cmake --preset linux-fedora29-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
@@ -375,7 +375,7 @@ jobs:
375375
with:
376376
image: embree/fedora:32
377377
runs-on: '[ "Linux", "docker", "avx512" ]'
378-
dpcpp-version: intel/2024.1.0
378+
dpcpp-version: intel/2024.2.1
379379
cmd: |
380380
module load cmake/3.25.3
381381
cmake --preset linux-fedora32-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
@@ -400,7 +400,7 @@ jobs:
400400
with:
401401
image: embree/ubuntu:20.04
402402
runs-on: '[ "Linux", "docker", "avx512" ]'
403-
dpcpp-version: intel/2024.1.0
403+
dpcpp-version: intel/2024.2.1
404404
cmd: |
405405
module load cmake/3.25.3
406406
cmake --preset linux-ubuntu20_04-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
@@ -429,7 +429,7 @@ jobs:
429429
with:
430430
force-delete: true
431431
runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
432-
dpcpp-version: oneAPI/compiler/2024.1
432+
dpcpp-version: oneAPI/compiler/2024.2
433433
cmd: |
434434
cmake --preset windows-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
435435
cmake --build build --config RelWithDebInfo --target build

.github/workflows/integrate.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
2828
# artifact-out: integrate-windows-ICX
2929
# artifact-path: ./build/embree-*.zip
30-
# dpcpp-version: oneAPI/compiler/2024.1
30+
# dpcpp-version: oneAPI/compiler/2024.2
3131
# cmd: |
3232
# cmake --preset integrate-windows-icx
3333
# cmake --build build --config Release --target package -j8
@@ -40,7 +40,7 @@ jobs:
4040
# with:
4141
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
4242
# artifact-in: integrate-windows-ICX
43-
# dpcpp-version: oneAPI/compiler/2024.1
43+
# dpcpp-version: oneAPI/compiler/2024.2
4444
# cmd: |
4545
# cd build
4646
# . ..\tests\integration\test_embree_release\unpack-windows.ps1
@@ -87,7 +87,7 @@ jobs:
8787
# with:
8888
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
8989
# artifact-in: integrate-windows-v142
90-
# dpcpp-version: oneAPI/compiler/2024.1
90+
# dpcpp-version: oneAPI/compiler/2024.2
9191
# cmd: |
9292
# cd build
9393
# . ..\tests\integration\test_embree_release\unpack-windows.ps1
@@ -110,7 +110,7 @@ jobs:
110110
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
111111
# artifact-out: integrate-static-windows-ICX
112112
# artifact-path: ./build/embree-*.zip
113-
# dpcpp-version: oneAPI/compiler/2024.1
113+
# dpcpp-version: oneAPI/compiler/2024.2
114114
# cmd: |
115115
# cmake --preset integrate-static-windows-icx
116116
# cmake --build build --config Release --target package -j8
@@ -123,7 +123,7 @@ jobs:
123123
# with:
124124
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
125125
# artifact-in: integrate-static-windows-ICX
126-
# dpcpp-version: oneAPI/compiler/2024.1
126+
# dpcpp-version: oneAPI/compiler/2024.2
127127
# cmd: |
128128
# cd build
129129
# . ..\tests\integration\test_embree_release\unpack-windows.ps1
@@ -170,7 +170,7 @@ jobs:
170170
# with:
171171
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
172172
# artifact-in: integrate-static-windows-v142
173-
# dpcpp-version: oneAPI/compiler/2024.1
173+
# dpcpp-version: oneAPI/compiler/2024.2
174174
# cmd: |
175175
# cd build
176176
# . ..\tests\integration\test_embree_release\unpack-windows.ps1
@@ -232,7 +232,7 @@ jobs:
232232
with:
233233
image: embree/rockylinux:8.7
234234
runs-on: '[ "Linux", "docker", "avx512" ]'
235-
dpcpp-version: intel/2024.1.0
235+
dpcpp-version: intel/2024.2.1
236236
artifact-in: integrate-linux-GCC
237237
cmd: |
238238
module load cmake/3.25.3
@@ -249,7 +249,7 @@ jobs:
249249
with:
250250
image: embree/rockylinux:8.7
251251
runs-on: '[ "Linux", "docker", "avx512" ]'
252-
dpcpp-version: intel/2024.1.0
252+
dpcpp-version: intel/2024.2.1
253253
artifact-out: integrate-linux-ICX
254254
artifact-path: ./build/*.tar.gz
255255
cmd: |
@@ -277,7 +277,7 @@ jobs:
277277
with:
278278
image: embree/rockylinux:8.7
279279
runs-on: '[ "Linux", "docker", "avx512" ]'
280-
dpcpp-version: intel/2024.1.0
280+
dpcpp-version: intel/2024.2.1
281281
artifact-in: integrate-linux-ICX
282282
cmd: |
283283
module load cmake/3.25.3
@@ -291,7 +291,7 @@ jobs:
291291
with:
292292
image: embree/rockylinux:8.7
293293
runs-on: '[ "Linux", "docker", "avx512" ]'
294-
dpcpp-version: intel/2024.1.0
294+
dpcpp-version: intel/2024.2.1
295295
artifact-in: integrate-linux-ICX
296296
cmd: |
297297
module load cmake/3.25.3
@@ -425,7 +425,7 @@ jobs:
425425
with:
426426
image: embree/rockylinux:8.7
427427
runs-on: '[ "Linux", "docker", "avx512" ]'
428-
dpcpp-version: intel/2024.1.0
428+
dpcpp-version: intel/2024.2.1
429429
artifact-out: integrate-static-linux-ICX
430430
artifact-path: ./build/*.tar.gz
431431
cmd: |
@@ -440,7 +440,7 @@ jobs:
440440
with:
441441
image: embree/rockylinux:8.7
442442
runs-on: '[ "Linux", "docker", "avx512" ]'
443-
dpcpp-version: intel/2024.1.0
443+
dpcpp-version: intel/2024.2.1
444444
artifact-in: integrate-static-linux-ICX
445445
cmd: |
446446
module load cmake/3.25.3
@@ -454,7 +454,7 @@ jobs:
454454
with:
455455
image: embree/rockylinux:8.7
456456
runs-on: '[ "Linux", "docker", "avx512" ]'
457-
dpcpp-version: intel/2024.1.0
457+
dpcpp-version: intel/2024.2.1
458458
artifact-in: integrate-static-linux-ICX
459459
cmd: |
460460
module load cmake/3.25.3
@@ -468,7 +468,7 @@ jobs:
468468
with:
469469
image: embree/rockylinux:8.7
470470
runs-on: '[ "Linux", "docker", "avx512" ]'
471-
dpcpp-version: intel/2024.1.0
471+
dpcpp-version: intel/2024.2.1
472472
artifact-in: integrate-static-linux-ICX
473473
cmd: |
474474
module load cmake/3.25.3
@@ -525,7 +525,7 @@ jobs:
525525
with:
526526
image: embree/rockylinux:8.7
527527
runs-on: '[ "Linux", "docker", "avx512" ]'
528-
dpcpp-version: intel/2024.1.0
528+
dpcpp-version: intel/2024.2.1
529529
artifact-in: integrate-linux-CLANG
530530
cmd: |
531531
module load cmake/3.25.3

.github/workflows/nightly.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ jobs:
547547
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
548548
with:
549549
image: embree/rockylinux:8.7
550-
dpcpp-version: intel/2024.1.0
550+
dpcpp-version: intel/2024.2.1
551551
cmd: |
552552
module load cmake/3.25.3
553553
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_16_1-AVX-TBB2019_2 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=4
@@ -560,7 +560,7 @@ jobs:
560560
with:
561561
image: embree/rockylinux:8.7
562562
runs-on: '[ "Linux", "docker", "avx512" ]'
563-
dpcpp-version: intel/2024.1.0
563+
dpcpp-version: intel/2024.2.1
564564
cmd: |
565565
module load cmake/3.25.3
566566
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_16_1-AVX512VL-TBB2019_2 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=4
@@ -573,7 +573,7 @@ jobs:
573573
with:
574574
image: embree/fedora:29
575575
runs-on: '[ "Linux", "docker", "avx512" ]'
576-
dpcpp-version: intel/2024.1.0
576+
dpcpp-version: intel/2024.2.1
577577
cmd: |
578578
module load cmake/3.25.3
579579
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_16_1-AVX512-TBB2019_9 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=4
@@ -585,7 +585,7 @@ jobs:
585585
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
586586
with:
587587
image: embree/fedora:29
588-
dpcpp-version: intel/2024.1.0
588+
dpcpp-version: intel/2024.2.1
589589
cmd: |
590590
module load cmake/3.25.3
591591
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_16_1-AVX2-TBB2021_2_0 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=4
@@ -597,7 +597,7 @@ jobs:
597597
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
598598
with:
599599
image: embree/rockylinux:8.7
600-
dpcpp-version: intel/2024.1.0
600+
dpcpp-version: intel/2024.2.1
601601
cmd: |
602602
module load cmake/3.25.3
603603
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_17_0-AVX2-TBB2019_9 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=4
@@ -610,7 +610,7 @@ jobs:
610610
with:
611611
image: embree/ubuntu:22.04
612612
runs-on: '[ "Linux", "docker", "avx512" ]'
613-
dpcpp-version: intel/2024.1.0
613+
dpcpp-version: intel/2024.2.1
614614
cmd: |
615615
module load cmake/3.25.3
616616
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_17_0-AVX512VL-TBB2021_5_0 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
@@ -904,32 +904,32 @@ jobs:
904904
########################################
905905
# Windows
906906
########################################
907-
nightly-windows-RELEASE-ICX2024_0-ISPC1_13_0-AVX2-TBB2021_5_0:
907+
nightly-windows-RELEASE-ICX2024_2-ISPC1_13_0-AVX2-TBB2021_5_0:
908908
secrets: inherit
909909
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
910910
with:
911-
dpcpp-version: oneAPI/compiler/2024.1
911+
dpcpp-version: oneAPI/compiler/2024.2
912912
cmd: |
913913
cmake --preset nightly-windows-RELEASE-ICX-ISPC1_13_0-AVX2-TBB2021_5_0 -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=4
914914
cmake --build build --config Release --target build
915915
cmake --build build --config Release --target test_package
916916
917-
nightly-windows-RELEASE-ICX2024_0-ISPC1_13_0-AVX512-TBB2019_9:
917+
nightly-windows-RELEASE-ICX2024_2-ISPC1_13_0-AVX512-TBB2019_9:
918918
secrets: inherit
919919
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
920920
with:
921921
runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
922-
dpcpp-version: oneAPI/compiler/2024.1
922+
dpcpp-version: oneAPI/compiler/2024.2
923923
cmd: |
924924
cmake --preset nightly-windows-RELEASE-ICX-ISPC1_13_0-AVX512-TBB2019_9 -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=4
925925
cmake --build build --config Release --target build
926926
cmake --build build --config Release --target test_package
927927
928-
nightly-windows-RELEASE-ICX2024_0-ISPC1_14_1-AVX2-TBB2021_2_0:
928+
nightly-windows-RELEASE-ICX2024_2-ISPC1_14_1-AVX2-TBB2021_2_0:
929929
secrets: inherit
930930
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
931931
with:
932-
dpcpp-version: oneAPI/compiler/2024.1
932+
dpcpp-version: oneAPI/compiler/2024.2
933933
cmd: |
934934
cmake --preset nightly-windows-RELEASE-ICX-ISPC1_14_1-AVX2-TBB2021_2_0 -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=4
935935
cmake --build build --config Release --target build

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
image: embree/rockylinux:8.7
8585
runs-on: '[ "Linux", "docker", "avx512" ]'
86-
dpcpp-version: intel/2024.1.0
86+
dpcpp-version: intel/2024.2.1
8787
artifact-out: perf-linux-x86-ICX-ISPC-build
8888
artifact-path: ./build/*.tar.gz
8989
cmd: |

0 commit comments

Comments
 (0)