Skip to content

Commit

Permalink
CI: upgrade to DPC++ v6.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
atafra committed Jan 15, 2025
1 parent 875797c commit 9761a21
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/internal.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py package --full
artifact-out: package-linux
artifact-path: build/oidn-*.tar.gz
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
project: oidn
runs-on: '[ "Windows", "cuda", "hip" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
ocloc-version: oneAPI/ocloc/2025.0
cmd: |
echo $env:ROCM_PATH
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --full
artifact-out: build-rockylinux8
artifact-path: build install deps
Expand All @@ -165,7 +165,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --compiler clang --config Debug -D OIDN_DEVICE_SYCL=ON -D OIDN_DEVICE_SYCL_AOT=OFF -D OIDN_DEVICE_CUDA=ON
artifact-out: build-rockylinux8-debug
artifact-path: build install deps
Expand All @@ -176,7 +176,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --full -D OIDN_DEVICE_SYCL_AOT=OFF
artifact-out: build-rockylinux8-jit
artifact-path: build install deps
Expand All @@ -187,7 +187,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --full -D OIDN_STATIC_LIB=ON
artifact-out: build-rockylinux8-static
artifact-path: build install deps
Expand All @@ -198,7 +198,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --full -D OIDN_LIBRARY_NAME=OIDN -D OIDN_API_NAMESPACE=myoidn
artifact-out: build-rockylinux8-namespace
artifact-path: build install deps
Expand All @@ -209,7 +209,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --full -D OIDN_LIBRARY_NAME=OIDN -D OIDN_API_NAMESPACE=myoidn -D OIDN_STATIC_LIB=ON
artifact-out: build-rockylinux8-namespace-static
artifact-path: build install deps
Expand All @@ -221,7 +221,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --compiler clang --config Debug -D OIDN_DEVICE_SYCL=ON -D OIDN_DEVICE_SYCL_AOT=OFF -D OIDN_DEVICE_CUDA=ON -D OIDN_LIBRARY_NAME=OIDN -D OIDN_API_NAMESPACE=myoidn
artifact-out: build-rockylinux8-namespace-debug
artifact-path: build install deps
Expand All @@ -232,7 +232,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --compiler gcc -D OIDN_DEVICE_CUDA=ON -D OIDN_DEVICE_HIP=ON
artifact-out: build-rockylinux8-gcc
artifact-path: build install deps
Expand All @@ -243,7 +243,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --compiler gcc --config Debug -D OIDN_DEVICE_CUDA=ON
artifact-out: build-rockylinux8-gcc-debug
artifact-path: build install deps
Expand All @@ -254,7 +254,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --compiler gcc -D OIDN_FILTER_RT=OFF -D OIDN_FILTER_RTLIGHTMAP=OFF
artifact-out: build-rockylinux8-gcc-minimal
artifact-path: build install deps
Expand All @@ -265,7 +265,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: scripts/build.py install --compiler gcc -D OIDN_DEVICE_CPU_ONEDNN=ON
artifact-out: build-rockylinux8-gcc-onednn
artifact-path: build install deps
Expand All @@ -276,7 +276,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: >
scripts/build.py install --install_dir oidn-gta-aotjit-lin --compiler clang
-D OIDN_DEVICE_CPU=OFF
Expand All @@ -291,7 +291,7 @@ jobs:
with:
project: oidn
image: oidn/rockylinux:8.8
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
cmd: >
scripts/build.py install --install_dir oidn-gta-jit-lin --compiler clang
-D OIDN_DEVICE_CPU=OFF
Expand Down Expand Up @@ -1188,7 +1188,7 @@ jobs:
project: oidn
runs-on: '[ "Windows", "cuda", "hip" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows
artifact-path: build install
Expand All @@ -1201,7 +1201,7 @@ jobs:
project: oidn
runs-on: '[ "Windows", "cuda", "hip" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows-static
artifact-path: build install
Expand All @@ -1215,7 +1215,7 @@ jobs:
project: oidn
runs-on: '[ "Windows", "cuda", "hip" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows-debug
artifact-path: build install
Expand All @@ -1230,7 +1230,7 @@ jobs:
project: oidn
runs-on: '[ "Windows", "cuda", "hip" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows-namespace
artifact-path: build install
Expand All @@ -1243,7 +1243,7 @@ jobs:
project: oidn
runs-on: '[ "Windows", "cuda", "hip" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows-namespace-static
artifact-path: build install
Expand All @@ -1256,7 +1256,7 @@ jobs:
project: oidn
runs-on: '[ "Windows", "build" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows-gta-aotjit
artifact-path: oidn-gta-aotjit-win
Expand All @@ -1273,7 +1273,7 @@ jobs:
project: oidn
runs-on: '[ "Windows", "build" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows-gta-jit
artifact-path: oidn-gta-jit-win
Expand All @@ -1290,7 +1290,7 @@ jobs:
project: oidn
runs-on: '[ "Windows", "cuda", "hip" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
dpcpp-version: intel-llvm/v6.0.0-rc1-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows-cudart
artifact-path: build install
Expand Down

0 comments on commit 9761a21

Please sign in to comment.