Skip to content

Commit 2cbf0cf

Browse files
committed
update icx compiler version to 2024.2.1
1 parent 3c9936c commit 2cbf0cf

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

.github/workflows/continuous.yml

+6-6
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
@@ -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.1
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

+9-9
Original file line numberDiff line numberDiff line change
@@ -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

+12-12
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.1
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.1
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.1
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

+1-1
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)