Skip to content

Commit

Permalink
update icx compiler version to 2024.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dopitz committed Sep 13, 2024
1 parent 3c9936c commit 6a33a40
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: '[ "Linux", "docker", "build" ]'
project: embree
env-from-files: ./.github/workflows/dpcpp-none.env
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-out: linux-DG2-JIT-PUBLIC-ICX-build
artifact-path: ./build/*.tar.gz
cmd: |
Expand All @@ -106,7 +106,7 @@ jobs:
runs-on: '[ "Linux", "docker", "dg2" ]'
project: embree
env-from-files: ./.github/workflows/gfx-ubuntu22-public.env
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-in: linux-DG2-JIT-PUBLIC-ICX-build
cmd: |
module load cmake/3.25.3
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
with:
runs-on: '[ "Windows", "NAS", "dg2" ]'
project: embree
dpcpp-version: oneAPI/compiler/2024.1
dpcpp-version: oneAPI/compiler/2024.2
env-from-files: ./.github/workflows/dpcpp-none.env ./.github/workflows/gfx-windows-public.env
artifact-out: windows-DG2-JIT-ICX-build
artifact-path: ./build/*.zip
Expand All @@ -301,7 +301,7 @@ jobs:
with:
runs-on: '[ "Windows", "NAS", "dg2" ]'
project: embree
dpcpp-version: oneAPI/compiler/2024.1
dpcpp-version: oneAPI/compiler/2024.2
env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-windows-internal.env
artifact-in: windows-DG2-JIT-ICX-build
cmd: |
Expand All @@ -315,7 +315,7 @@ jobs:
with:
runs-on: '[ "Windows", "NAS", "dg2" ]'
project: embree
dpcpp-version: oneAPI/compiler/2024.1
dpcpp-version: oneAPI/compiler/2024.2
env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-windows-public.env
artifact-in: windows-DG2-JIT-ICX-build
cmd: |
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
with:
image: embree/fedora:29
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
cmd: |
module load cmake/3.25.3
cmake --preset linux-fedora29-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
Expand All @@ -375,7 +375,7 @@ jobs:
with:
image: embree/fedora:32
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
cmd: |
module load cmake/3.25.3
cmake --preset linux-fedora32-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
Expand All @@ -400,7 +400,7 @@ jobs:
with:
image: embree/ubuntu:20.04
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
cmd: |
module load cmake/3.25.3
cmake --preset linux-ubuntu20_04-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
with:
force-delete: true
runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
dpcpp-version: oneAPI/compiler/2024.1
dpcpp-version: oneAPI/compiler/2024.2
cmd: |
cmake --preset windows-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
cmake --build build --config RelWithDebInfo --target build
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
# artifact-out: integrate-windows-ICX
# artifact-path: ./build/embree-*.zip
# dpcpp-version: oneAPI/compiler/2024.1
# dpcpp-version: oneAPI/compiler/2024.2
# cmd: |
# cmake --preset integrate-windows-icx
# cmake --build build --config Release --target package -j8
Expand All @@ -40,7 +40,7 @@ jobs:
# with:
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
# artifact-in: integrate-windows-ICX
# dpcpp-version: oneAPI/compiler/2024.1
# dpcpp-version: oneAPI/compiler/2024.2
# cmd: |
# cd build
# . ..\tests\integration\test_embree_release\unpack-windows.ps1
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
# with:
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
# artifact-in: integrate-windows-v142
# dpcpp-version: oneAPI/compiler/2024.1
# dpcpp-version: oneAPI/compiler/2024.2
# cmd: |
# cd build
# . ..\tests\integration\test_embree_release\unpack-windows.ps1
Expand All @@ -110,7 +110,7 @@ jobs:
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
# artifact-out: integrate-static-windows-ICX
# artifact-path: ./build/embree-*.zip
# dpcpp-version: oneAPI/compiler/2024.1
# dpcpp-version: oneAPI/compiler/2024.2
# cmd: |
# cmake --preset integrate-static-windows-icx
# cmake --build build --config Release --target package -j8
Expand All @@ -123,7 +123,7 @@ jobs:
# with:
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
# artifact-in: integrate-static-windows-ICX
# dpcpp-version: oneAPI/compiler/2024.1
# dpcpp-version: oneAPI/compiler/2024.2
# cmd: |
# cd build
# . ..\tests\integration\test_embree_release\unpack-windows.ps1
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
# with:
# runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
# artifact-in: integrate-static-windows-v142
# dpcpp-version: oneAPI/compiler/2024.1
# dpcpp-version: oneAPI/compiler/2024.2
# cmd: |
# cd build
# . ..\tests\integration\test_embree_release\unpack-windows.ps1
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-in: integrate-linux-GCC
cmd: |
module load cmake/3.25.3
Expand All @@ -249,7 +249,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-out: integrate-linux-ICX
artifact-path: ./build/*.tar.gz
cmd: |
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-in: integrate-linux-ICX
cmd: |
module load cmake/3.25.3
Expand All @@ -291,7 +291,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-in: integrate-linux-ICX
cmd: |
module load cmake/3.25.3
Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-out: integrate-static-linux-ICX
artifact-path: ./build/*.tar.gz
cmd: |
Expand All @@ -440,7 +440,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-in: integrate-static-linux-ICX
cmd: |
module load cmake/3.25.3
Expand All @@ -454,7 +454,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-in: integrate-static-linux-ICX
cmd: |
module load cmake/3.25.3
Expand All @@ -468,7 +468,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-in: integrate-static-linux-ICX
cmd: |
module load cmake/3.25.3
Expand Down Expand Up @@ -525,7 +525,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-in: integrate-linux-CLANG
cmd: |
module load cmake/3.25.3
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ jobs:
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
with:
image: embree/rockylinux:8.7
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
cmd: |
module load cmake/3.25.3
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_16_1-AVX-TBB2019_2 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=4
Expand All @@ -560,7 +560,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
cmd: |
module load cmake/3.25.3
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_16_1-AVX512VL-TBB2019_2 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=4
Expand All @@ -573,7 +573,7 @@ jobs:
with:
image: embree/fedora:29
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
cmd: |
module load cmake/3.25.3
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_16_1-AVX512-TBB2019_9 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=4
Expand All @@ -585,7 +585,7 @@ jobs:
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
with:
image: embree/fedora:29
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
cmd: |
module load cmake/3.25.3
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_16_1-AVX2-TBB2021_2_0 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=4
Expand All @@ -597,7 +597,7 @@ jobs:
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
with:
image: embree/rockylinux:8.7
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
cmd: |
module load cmake/3.25.3
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_17_0-AVX2-TBB2019_9 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=4
Expand All @@ -610,7 +610,7 @@ jobs:
with:
image: embree/ubuntu:22.04
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
cmd: |
module load cmake/3.25.3
cmake --preset nightly-linux-DEBUG-ICX-ISPC1_17_0-AVX512VL-TBB2021_5_0 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
Expand Down Expand Up @@ -904,32 +904,32 @@ jobs:
########################################
# Windows
########################################
nightly-windows-RELEASE-ICX2024_0-ISPC1_13_0-AVX2-TBB2021_5_0:
nightly-windows-RELEASE-ICX2024_2-ISPC1_13_0-AVX2-TBB2021_5_0:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
with:
dpcpp-version: oneAPI/compiler/2024.1
dpcpp-version: oneAPI/compiler/2024.2
cmd: |
cmake --preset nightly-windows-RELEASE-ICX-ISPC1_13_0-AVX2-TBB2021_5_0 -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=4
cmake --build build --config Release --target build
cmake --build build --config Release --target test_package
nightly-windows-RELEASE-ICX2024_0-ISPC1_13_0-AVX512-TBB2019_9:
nightly-windows-RELEASE-ICX2024_2-ISPC1_13_0-AVX512-TBB2019_9:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
with:
runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
dpcpp-version: oneAPI/compiler/2024.1
dpcpp-version: oneAPI/compiler/2024.2
cmd: |
cmake --preset nightly-windows-RELEASE-ICX-ISPC1_13_0-AVX512-TBB2019_9 -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=4
cmake --build build --config Release --target build
cmake --build build --config Release --target test_package
nightly-windows-RELEASE-ICX2024_0-ISPC1_14_1-AVX2-TBB2021_2_0:
nightly-windows-RELEASE-ICX2024_2-ISPC1_14_1-AVX2-TBB2021_2_0:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
with:
dpcpp-version: oneAPI/compiler/2024.1
dpcpp-version: oneAPI/compiler/2024.2
cmd: |
cmake --preset nightly-windows-RELEASE-ICX-ISPC1_14_1-AVX2-TBB2021_2_0 -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=4
cmake --build build --config Release --target build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
image: embree/rockylinux:8.7
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2024.1.0
dpcpp-version: intel/2024.2.1
artifact-out: perf-linux-x86-ICX-ISPC-build
artifact-path: ./build/*.tar.gz
cmd: |
Expand Down

0 comments on commit 6a33a40

Please sign in to comment.