Skip to content

Commit 406792e

Browse files
committed
SYCL CI: Turn on AOT
This can help expose issues earlier.
1 parent d4ff116 commit 406792e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/intel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
-DBUILD_SHARED_LIBS=ON \
130130
-DCMAKE_VERBOSE_MAKEFILE=ON \
131131
-DWarpX_COMPUTE=SYCL \
132+
-DAMReX_SYCL_AOT=ON \
133+
-DAMReX_INTEL_ARCH=pvc \
132134
-DWarpX_EB=ON \
133135
-DWarpX_FFT=ON \
134136
-DWarpX_PYTHON=ON \

dependencies.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version_warpx": "25.06",
3-
"version_amrex": "25.06",
3+
"version_amrex": "25.07",
44
"version_pyamrex": "25.06",
55
"version_picsar": "25.04",
6-
"commit_amrex": "a21af25a11cafa1c61e7101b5b24112ecd8d0b44",
6+
"commit_amrex": "dc8243bc5f5af130924c7dc306e03a8a6153815a",
77
"commit_pyamrex": "5042df9cd6cbb9d0f0952fd47dd238357321e010",
88
"commit_picsar": "0c329e66010267662a82219f7de7abbd231463f4"
9-
}
9+
}

0 commit comments

Comments
 (0)