Skip to content

Commit

Permalink
SYCL for Nvidia: Re-enable CI without tests (AMReX-Codes#3971)
Browse files Browse the repository at this point in the history
We will enable tests once the compiler issue is fixed.
  • Loading branch information
WeiqunZhang authored Jun 2, 2024
1 parent f138787 commit 0a691f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
tests-oneapi-sycl-eb-nvidia:
name: oneAPI SYCL for Nvidia GPUs [tests w/ EB]
if: 0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -126,10 +125,13 @@ jobs:
set +e
source /opt/intel/oneapi/setvars.sh --include-intel-llvm
set -e
# Test is disabled due to a compiler issue with some math functions.
# The fix did not make it to the next oneAPI release. So we will
# enable it again after the next next oneAPI release.
cmake -S . -B build \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DAMReX_EB=ON \
-DAMReX_ENABLE_TESTS=ON \
-DAMReX_ENABLE_TESTS=OFF \
-DAMReX_TEST_TYPE=Small \
-DAMReX_GPU_BACKEND=SYCL \
-DCMAKE_C_COMPILER=$(which icx) \
Expand Down

0 comments on commit 0a691f6

Please sign in to comment.