We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5a3a8 commit 8cf57e4Copy full SHA for 8cf57e4
2 files changed
.github/workflows/ci.linux.yml
@@ -68,7 +68,7 @@ jobs:
68
secrets: inherit
69
with:
70
image: rockylinux:8
71
- dpcpp-version: intel/2025.3
+ env-from-files: .github/workflows/icx-linux.env
72
cmd: |
73
export CXXFLAGS="-fhonor-infinities -fhonor-nans"
74
export CFLAGS=$CXXFLAGS
.github/workflows/ci.windows.gpu.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: '["build", "mpi"]'
41
env-from-files: .github/workflows/icx-windows.env
42
msvc-version: 2022
43
- ocloc-version: oneAPI/ocloc/2025.0
+ ocloc-version: oneAPI/ocloc/2025.3
44
45
# disable warnings which lead to excessively large log files
46
$env:CXXFLAGS = '-w'
0 commit comments