Skip to content

Commit fbe0d12

Browse files
authored
Merge branch 'master' into sw/curve_mb_spec_const
2 parents d05dc51 + 3a0f8c6 commit fbe0d12

File tree

25 files changed

+1456
-1086
lines changed

25 files changed

+1456
-1086
lines changed

.github/workflows/continuous.yml

Lines changed: 96 additions & 228 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DPCPP_VERSION=intel-llvm/nightly-2024-09-04
1+
DPCPP_VERSION=intel-llvm/v6.2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
GFX_DRIVER_VERSION=windows-101.6559
1+
GFX_DRIVER_VERSION=windows-latest

.github/workflows/integrate.yml

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ name: integrate
55

66
permissions: read-all
77

8-
# same as nightly...
98
on:
109
schedule:
11-
- cron: '00 00 * * *'
10+
- cron: '01 00 * * *'
1211
workflow_dispatch:
1312

1413
jobs:
@@ -232,7 +231,7 @@ jobs:
232231
with:
233232
image: embree/rockylinux:8.7
234233
runs-on: '[ "Linux", "docker", "avx512" ]'
235-
dpcpp-version: intel/2025.0
234+
dpcpp-version: intel/2025.2
236235
artifact-in: integrate-linux-GCC
237236
cmd: |
238237
module load cmake/3.25.3
@@ -245,7 +244,7 @@ jobs:
245244
with:
246245
image: embree/rockylinux:8.7
247246
runs-on: '[ "Linux", "docker", "avx512" ]'
248-
dpcpp-version: intel/2025.0
247+
dpcpp-version: intel/2025.2
249248
artifact-out: integrate-linux-ICX
250249
artifact-path: ./build/*.tar.gz
251250
cmd: |
@@ -273,7 +272,7 @@ jobs:
273272
with:
274273
image: embree/rockylinux:8.7
275274
runs-on: '[ "Linux", "docker", "avx512" ]'
276-
dpcpp-version: intel/2025.0
275+
dpcpp-version: intel/2025.2
277276
artifact-in: integrate-linux-ICX
278277
cmd: |
279278
module load cmake/3.25.3
@@ -287,7 +286,7 @@ jobs:
287286
with:
288287
image: embree/rockylinux:8.7
289288
runs-on: '[ "Linux", "docker", "avx512" ]'
290-
dpcpp-version: intel/2025.0
289+
dpcpp-version: intel/2025.2
291290
artifact-in: integrate-linux-ICX
292291
cmd: |
293292
module load cmake/3.25.3
@@ -344,7 +343,7 @@ jobs:
344343
with:
345344
image: embree/rockylinux:8.7
346345
runs-on: '[ "Linux", "docker", "avx512" ]'
347-
dpcpp-version: intel/2025.0
346+
dpcpp-version: intel/2025.2
348347
artifact-in: integrate-static-linux-CLANG
349348
cmd: |
350349
module load cmake/3.25.3
@@ -353,8 +352,6 @@ jobs:
353352
354353
355354
356-
357-
358355
####################################################################
359356
# Linux STATIC
360357
####################################################################
@@ -404,7 +401,7 @@ jobs:
404401
with:
405402
image: embree/rockylinux:8.7
406403
runs-on: '[ "Linux", "docker", "avx512" ]'
407-
dpcpp-version: intel/2025.0
404+
dpcpp-version: intel/2025.2
408405
artifact-in: integrate-static-linux-GCC
409406
cmd: |
410407
module load cmake/3.25.3
@@ -418,7 +415,7 @@ jobs:
418415
with:
419416
image: embree/rockylinux:8.7
420417
runs-on: '[ "Linux", "docker", "avx512" ]'
421-
dpcpp-version: intel/2025.0
418+
dpcpp-version: intel/2025.2
422419
artifact-out: integrate-static-linux-ICX
423420
artifact-path: ./build/*.tar.gz
424421
cmd: |
@@ -433,7 +430,7 @@ jobs:
433430
with:
434431
image: embree/rockylinux:8.7
435432
runs-on: '[ "Linux", "docker", "avx512" ]'
436-
dpcpp-version: intel/2025.0
433+
dpcpp-version: intel/2025.2
437434
artifact-in: integrate-static-linux-ICX
438435
cmd: |
439436
module load cmake/3.25.3
@@ -447,7 +444,7 @@ jobs:
447444
with:
448445
image: embree/rockylinux:8.7
449446
runs-on: '[ "Linux", "docker", "avx512" ]'
450-
dpcpp-version: intel/2025.0
447+
dpcpp-version: intel/2025.2
451448
artifact-in: integrate-static-linux-ICX
452449
cmd: |
453450
module load cmake/3.25.3
@@ -461,7 +458,7 @@ jobs:
461458
with:
462459
image: embree/rockylinux:8.7
463460
runs-on: '[ "Linux", "docker", "avx512" ]'
464-
dpcpp-version: intel/2025.0
461+
dpcpp-version: intel/2025.2
465462
artifact-in: integrate-static-linux-ICX
466463
cmd: |
467464
module load cmake/3.25.3
@@ -514,7 +511,7 @@ jobs:
514511
with:
515512
image: embree/rockylinux:8.7
516513
runs-on: '[ "Linux", "docker", "avx512" ]'
517-
dpcpp-version: intel/2025.0
514+
dpcpp-version: intel/2025.2
518515
artifact-in: integrate-linux-CLANG
519516
cmd: |
520517
module load cmake/3.25.3
@@ -534,7 +531,7 @@ jobs:
534531
with:
535532
image: embree/ubuntu:24.04
536533
runs-on: '[ "Linux", "docker", "build" ]'
537-
dpcpp-version: intel/2025.0
534+
dpcpp-version: intel/2025.2
538535
artifact-out: integrate-sycl-linux-ICX
539536
artifact-path: ./build/*.tar.gz
540537
cmd: |
@@ -551,7 +548,7 @@ jobs:
551548
options: --device=/dev/dri:/dev/dri
552549
runs-on: '[ "Linux", "docker", "dg2" ]'
553550
env-from-files: ./.github/workflows/gfx-ubuntu24-public.env
554-
dpcpp-version: intel/2025.0
551+
dpcpp-version: intel/2025.2
555552
artifact-in: integrate-sycl-linux-ICX
556553
cmd: |
557554
module load cmake/3.25.3

0 commit comments

Comments
 (0)