Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RenderKit/embree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c89a4333edf5c8fe7a4127f0134a00289bdc5a3
Choose a base ref
..
head repository: RenderKit/embree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a33a40168bd2d07c1c4ce9f0540bff54da6e699
Choose a head ref
Showing with 12 additions and 12 deletions.
  1. +3 −3 .github/workflows/continuous.yml
  2. +6 −6 .github/workflows/integrate.yml
  3. +3 −3 .github/workflows/nightly.yml
6 changes: 3 additions & 3 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
@@ -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: |
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -908,7 +908,7 @@ jobs:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
with:
dpcpp-version: oneAPI/compiler/2024.2.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
@@ -919,7 +919,7 @@ jobs:
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
with:
runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
dpcpp-version: oneAPI/compiler/2024.2.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
@@ -929,7 +929,7 @@ jobs:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
with:
dpcpp-version: oneAPI/compiler/2024.2.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