Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 17 additions & 46 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,92 +200,63 @@ jobs:
# # Linux
# ########################################

linux-fedora29-CLANG4:
linux-fedora42-CLANG:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
with:
image: embree/fedora:29
image: embree/fedora:42
runs-on: '[ "Linux", "docker", "avx512" ]'
cmd: |
module load cmake/3.25.3
cmake --preset linux-fedora29-CLANG4 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
cmake --preset linux-fedora42-CLANG -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
cmake --build build --config RelWithDebInfo --target build
cmake --build build --config RelWithDebInfo --target test_package

linux-fedora29-CLANG5-INT-ADDRSANITIZER:
linux-fedora42-CLANG-INT-ADDRSANITIZER:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
with:
image: embree/fedora:29
image: embree/fedora:42
runs-on: '[ "Linux", "docker", "build" ]'
cmd: |
module load cmake/3.25.3
cmake --preset linux-fedora29-CLANG5-INT-ADDRSANITIZER -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=1
cmake --preset linux-fedora42-CLANG-INT-ADDRSANITIZER -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=1
cmake --build build --config RelWithDebInfo --target build
cmake --build build --config RelWithDebInfo --target test_package

linux-fedora29-ICX:
linux-fedora42-ICX:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
with:
image: embree/fedora:29
image: embree/fedora:42
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2025.2
cmd: |
module load cmake/3.25.3
cmake --preset linux-fedora29-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
cmake --preset linux-fedora42-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
cmake --build build --config RelWithDebInfo --target build
cmake --build build --config RelWithDebInfo --target test_package

linux-fedora32-ICX:
linux-ubuntu24_04-GCC:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
with:
image: embree/fedora:32
image: embree/ubuntu:24.04
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2025.2
cmd: |
module load cmake/3.25.3
cmake --preset linux-fedora32-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
cmake --build build --config RelWithDebInfo --target build
cmake --build build --config RelWithDebInfo --target test_package

linux-ubuntu20_04-GCC-NAMESPACE:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
with:
image: embree/ubuntu:20.04
runs-on: '[ "Linux", "docker", "build" ]'
cmd: |
module load cmake/3.25.3
cmake --preset linux-ubuntu20_04-GCC-NAMESPACE -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=1
cmake --build build --config RelWithDebInfo --target build
cmake --build build --config RelWithDebInfo --target test_package
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON -DEMBREE_TESTING_INSTALL_TESTS=ON -DCMAKE_INSTALL_TESTDIR="testing" -DEMBREE_TESTING_INTENSITY=3
cmake --build build --config Release --target build
cmake --build build --config Release --target test_package

linux-ubuntu20_04-ICX:
linux-ubuntu24_04-ICX:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
with:
image: embree/ubuntu:20.04
image: embree/ubuntu:24.04
runs-on: '[ "Linux", "docker", "avx512" ]'
dpcpp-version: intel/2025.2
cmd: |
module load cmake/3.25.3
cmake --preset linux-ubuntu20_04-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
cmake --preset linux-ubuntu24_04-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
cmake --build build --config RelWithDebInfo --target build
cmake --build build --config RelWithDebInfo --target test_package

linux-ubuntu24_04-GCC:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
with:
image: embree/ubuntu:24.04
runs-on: '[ "Linux", "docker", "avx512" ]'
cmd: |
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON -DEMBREE_TESTING_INSTALL_TESTS=ON -DCMAKE_INSTALL_TESTDIR="testing" -DEMBREE_TESTING_INTENSITY=3
cmake --build build --config Release --target build
cmake --build build --config Release --target test_package

########################################
# Windows
########################################
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ jobs:
artifact-out: integrate-linux-GCC
artifact-path: ./build/*.tar.gz
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-gcc -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target build

Expand All @@ -207,7 +206,6 @@ jobs:
runs-on: '[ "Linux", "docker", "avx512" ]'
artifact-in: integrate-linux-GCC
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-gcc -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-gcc
cmake --build build --config Release --target test_integration

Expand All @@ -220,7 +218,6 @@ jobs:
runs-on: '[ "Linux", "docker", "avx512" ]'
artifact-in: integrate-linux-GCC
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-gcc -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-clang
cmake --build build --config Release --target test_integration

Expand All @@ -234,7 +231,6 @@ jobs:
dpcpp-version: intel/2025.2
artifact-in: integrate-linux-GCC
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-gcc -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-icx
cmake --build build --config Release --target test_integration

Expand All @@ -248,7 +244,6 @@ jobs:
artifact-out: integrate-linux-ICX
artifact-path: ./build/*.tar.gz
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-icx -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target build

Expand All @@ -261,7 +256,6 @@ jobs:
runs-on: '[ "Linux", "docker", "avx512" ]'
artifact-in: integrate-linux-ICX
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-gcc -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-gcc
cmake --build build --config Release --target test_integration

Expand All @@ -275,7 +269,6 @@ jobs:
dpcpp-version: intel/2025.2
artifact-in: integrate-linux-ICX
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-icx -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-clang
cmake --build build --config Release --target test_integration

Expand All @@ -289,7 +282,6 @@ jobs:
dpcpp-version: intel/2025.2
artifact-in: integrate-linux-ICX
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-icx -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-icx
cmake --build build --config Release --target test_integration

Expand All @@ -306,7 +298,6 @@ jobs:
artifact-out: integrate-static-linux-CLANG
artifact-path: ./build/*.tar.gz
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-clang -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target build

Expand All @@ -319,7 +310,6 @@ jobs:
runs-on: '[ "Linux", "docker", "avx512" ]'
artifact-in: integrate-static-linux-CLANG
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-clang -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-gcc
cmake --build build --config Release --target test_integration

Expand All @@ -332,7 +322,6 @@ jobs:
runs-on: '[ "Linux", "docker", "avx512" ]'
artifact-in: integrate-static-linux-CLANG
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-clang -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-clang
cmake --build build --config Release --target test_integration

Expand All @@ -346,7 +335,6 @@ jobs:
dpcpp-version: intel/2025.2
artifact-in: integrate-static-linux-CLANG
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-clang -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-icx
cmake --build build --config Release --target test_integration

Expand All @@ -364,7 +352,6 @@ jobs:
artifact-out: integrate-static-linux-GCC
artifact-path: ./build/*.tar.gz
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-gcc -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target build

Expand All @@ -377,7 +364,6 @@ jobs:
runs-on: '[ "Linux", "docker", "avx512" ]'
artifact-in: integrate-static-linux-GCC
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-gcc -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-gcc
cmake --build build --config Release --target test_integration

Expand All @@ -390,7 +376,6 @@ jobs:
runs-on: '[ "Linux", "docker", "avx512" ]'
artifact-in: integrate-static-linux-GCC
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-gcc -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-clang
cmake --build build --config Release --target test_integration

Expand All @@ -404,7 +389,6 @@ jobs:
dpcpp-version: intel/2025.2
artifact-in: integrate-static-linux-GCC
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-gcc -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-icx
cmake --build build --config Release --target test_integration

Expand All @@ -419,7 +403,6 @@ jobs:
artifact-out: integrate-static-linux-ICX
artifact-path: ./build/*.tar.gz
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-icx -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target build

Expand All @@ -433,7 +416,6 @@ jobs:
dpcpp-version: intel/2025.2
artifact-in: integrate-static-linux-ICX
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-icx -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-gcc
cmake --build build --config Release --target test_integration

Expand All @@ -447,7 +429,6 @@ jobs:
dpcpp-version: intel/2025.2
artifact-in: integrate-static-linux-ICX
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-icx -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-clang
cmake --build build --config Release --target test_integration

Expand All @@ -461,7 +442,6 @@ jobs:
dpcpp-version: intel/2025.2
artifact-in: integrate-static-linux-ICX
cmd: |
module load cmake/3.25.3
cmake --preset integrate-static-linux-icx -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-icx
cmake --build build --config Release --target test_integration

Expand All @@ -474,7 +454,6 @@ jobs:
artifact-out: integrate-linux-CLANG
artifact-path: ./build/*.tar.gz
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-clang -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target build

Expand All @@ -487,7 +466,6 @@ jobs:
runs-on: '[ "Linux", "docker", "avx512" ]'
artifact-in: integrate-linux-CLANG
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-clang -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-gcc
cmake --build build --config Release --target test_integration

Expand All @@ -500,7 +478,6 @@ jobs:
runs-on: '[ "Linux", "docker", "avx512" ]'
artifact-in: integrate-linux-CLANG
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-clang -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-clang
cmake --build build --config Release --target test_integration

Expand All @@ -514,7 +491,6 @@ jobs:
dpcpp-version: intel/2025.2
artifact-in: integrate-linux-CLANG
cmd: |
module load cmake/3.25.3
cmake --preset integrate-linux-clang -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-icx
cmake --build build --config Release --target test_integration

Expand All @@ -535,7 +511,6 @@ jobs:
artifact-out: integrate-sycl-linux-ICX
artifact-path: ./build/*.tar.gz
cmd: |
module load cmake/3.25.3
cmake --preset integrate-sycl-linux-icx -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target build

Expand All @@ -551,7 +526,6 @@ jobs:
dpcpp-version: intel/2025.2
artifact-in: integrate-sycl-linux-ICX
cmd: |
module load cmake/3.25.3
cmake --preset integrate-sycl-linux-icx -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-icx
cmake --build build --config Release --target test_integration

Expand All @@ -565,7 +539,6 @@ jobs:
artifact-out: integrate-sycl-linux-DPCPP
artifact-path: ./build/*.tar.gz
cmd: |
module load cmake/3.25.3
cmake --preset integrate-sycl-linux-dpcpp -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target build

Expand All @@ -580,7 +553,6 @@ jobs:
env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-ubuntu24-public.env
artifact-in: integrate-sycl-linux-DPCPP
cmd: |
module load cmake/3.25.3
cmake --preset integrate-sycl-linux-dpcpp -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-clang
cmake --build build --config Release --target test_integration

Expand Down
Loading