diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 460f2d99b8..19e5097baa 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -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: | @@ -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 @@ -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 @@ -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: | @@ -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: | @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index d1dd911ae9..8810311ff1 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: | @@ -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 @@ -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 @@ -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: | @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 235bcc8abf..2533f6587b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 2e517cc1dc..46056ec2e8 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -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: |