@@ -17,37 +17,38 @@ jobs:
17
17
# #######################################
18
18
# Linux DG2
19
19
# #######################################
20
- linux-DG2-JIT-INTERNAL-build :
21
- secrets : inherit
22
- uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
23
- with :
24
- image : embree/ubuntu:24.04
25
- runs-on : ' [ "Linux", "docker", "build" ]'
26
- project : embree
27
- dpcpp-version : intel-llvm/sycl-rel_5_2_0-rk
28
- artifact-out : linux-DG2-JIT-INTERNAL-build
29
- artifact-path : ./build/*.tar.gz
30
- cmd : |
31
- module load cmake/3.25.3
32
- cmake --preset linux-DG2-JIT-INTERNAL -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=3
33
- cmake --build build --config Release --target build
20
+ # TODO: enable internal driver tests again
21
+ # linux-DG2-JIT-INTERNAL-build:
22
+ # secrets: inherit
23
+ # uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
24
+ # with:
25
+ # image: embree/ubuntu:24.04
26
+ # runs-on: '[ "Linux", "docker", "build" ]'
27
+ # project: embree
28
+ # dpcpp-version: intel-llvm/sycl-rel_5_2_0-rk
29
+ # artifact-out: linux-DG2-JIT-INTERNAL-build
30
+ # artifact-path: ./build/*.tar.gz
31
+ # cmd: |
32
+ # module load cmake/3.25.3
33
+ # cmake --preset linux-DG2-JIT-INTERNAL -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=3
34
+ # cmake --build build --config Release --target build
34
35
35
- linux-DG2-JIT-INTERNAL-test :
36
- secrets : inherit
37
- uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
38
- needs : ["linux-DG2-JIT-INTERNAL-build"]
39
- with :
40
- image : embree/ubuntu:24.04
41
- options : --device=/dev/dri:/dev/dri
42
- runs-on : ' [ "Linux", "docker", "dg2" ]'
43
- project : embree
44
- env-from-files : ./.github/workflows/gfx-ubuntu24-internal.env
45
- dpcpp-version : intel-llvm/sycl-rel_5_2_0-rk
46
- artifact-in : linux-DG2-JIT-INTERNAL-build
47
- cmd : |
48
- module load cmake/3.25.3
49
- cmake --preset linux-DG2-JIT-INTERNAL -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=3
50
- cmake --build build --config Release --target test_package
36
+ # linux-DG2-JIT-INTERNAL-test:
37
+ # secrets: inherit
38
+ # uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
39
+ # needs: ["linux-DG2-JIT-INTERNAL-build"]
40
+ # with:
41
+ # image: embree/ubuntu:24.04
42
+ # options: --device=/dev/dri:/dev/dri
43
+ # runs-on: '[ "Linux", "docker", "dg2" ]'
44
+ # project: embree
45
+ # env-from-files: ./.github/workflows/gfx-ubuntu24-internal.env
46
+ # dpcpp-version: intel-llvm/sycl-rel_5_2_0-rk
47
+ # artifact-in: linux-DG2-JIT-INTERNAL-build
48
+ # cmd: |
49
+ # module load cmake/3.25.3
50
+ # cmake --preset linux-DG2-JIT-INTERNAL -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=3
51
+ # cmake --build build --config Release --target test_package
51
52
52
53
linux-DG2-JIT-PUBLIC-build :
53
54
secrets : inherit
@@ -233,18 +234,19 @@ jobs:
233
234
cmake --preset windows-DG2-JIT-INTERNAL-L0RTAS -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=3
234
235
cmake --build build --config Release --target build
235
236
236
- windows-DG2-JIT-INTERNAL-test :
237
- secrets : inherit
238
- uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
239
- needs : ["windows-DG2-JIT-build"]
240
- with :
241
- runs-on : ' [ "Windows", "NAS", "dg2" ]'
242
- project : embree
243
- env-from-files : ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-windows-internal.env
244
- artifact-in : windows-DG2-JIT-build
245
- cmd : |
246
- cmake --preset windows-DG2-JIT-INTERNAL-L0RTAS -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=3
247
- cmake --build build --config Release --target test_package
237
+ # TODO: enable internal driver tests again
238
+ # windows-DG2-JIT-INTERNAL-test:
239
+ # secrets: inherit
240
+ # uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
241
+ # needs: ["windows-DG2-JIT-build"]
242
+ # with:
243
+ # runs-on: '[ "Windows", "NAS", "dg2" ]'
244
+ # project: embree
245
+ # env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-windows-internal.env
246
+ # artifact-in: windows-DG2-JIT-build
247
+ # cmd: |
248
+ # cmake --preset windows-DG2-JIT-INTERNAL-L0RTAS -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTENSITY=3
249
+ # cmake --build build --config Release --target test_package
248
250
249
251
windows-DG2-JIT-PUBLIC-test :
250
252
secrets : inherit
@@ -402,17 +404,18 @@ jobs:
402
404
cmake --build build --config RelWithDebInfo --target build
403
405
cmake --build build --target test_package
404
406
405
- windows-ICX :
406
- secrets : inherit
407
- uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
408
- with :
409
- force-delete : true
410
- runs-on : ' [ "Windows", "NAS", "build", "avx512" ]'
411
- dpcpp-version : intel/2025.0
412
- cmd : |
413
- cmake --preset windows-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
414
- cmake --build build --config RelWithDebInfo --target build
415
- cmake --build build --config RelWithDebInfo --target test_package
407
+ # TODO: spontaneous build error with icx on windows
408
+ # windows-ICX:
409
+ # secrets: inherit
410
+ # uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
411
+ # with:
412
+ # force-delete: true
413
+ # runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
414
+ # dpcpp-version: intel/2025.0
415
+ # cmd: |
416
+ # cmake --preset windows-ICX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEMBREE_TESTING_INTENSITY=2
417
+ # cmake --build build --config RelWithDebInfo --target build
418
+ # cmake --build build --config RelWithDebInfo --target test_package
416
419
417
420
# #######################################
418
421
# MacOS
@@ -478,22 +481,17 @@ jobs:
478
481
success :
479
482
runs-on : ubuntu-latest
480
483
needs :
481
- - linux-DG2-JIT-INTERNAL-test
482
484
- linux-DG2-JIT-PUBLIC-test
483
485
- linux-DG2-JIT-PUBLIC-ICX-test
484
- - windows-DG2-JIT-INTERNAL-test
485
486
- windows-DG2-JIT-PUBLIC-test
486
- - windows-DG2-JIT-ICX-INTERNAL-test
487
487
- windows-DG2-JIT-ICX-PUBLIC-test
488
- - windows-DG2-JIT-BVH-HOST-DEVICE-test
489
488
- linux-fedora29-CLANG4
490
489
- linux-fedora29-CLANG5-INT-ADDRSANITIZER
491
490
- linux-fedora29-ICX
492
491
- linux-fedora32-ICX
493
492
- linux-ubuntu20_04-GCC-NAMESPACE
494
493
- linux-ubuntu20_04-ICX
495
494
- windows-V142
496
- - windows-ICX
497
495
- macosx-ARM-CLANG-NEON-AVX2
498
496
- macosx-ARM-CLANG-NEON
499
497
- macosx-x64-CLANG
0 commit comments