Skip to content

Commit ff9003f

Browse files
committed
Turning off SYCL build for now...
1 parent 135e696 commit ff9003f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build_docker:
55
strategy:
66
matrix:
7-
target: [gcc12, gcc13, clang13, clang14_debug, clang15, intel2024, intel2024_sycl]
7+
target: [gcc12, gcc13, clang13, clang14_debug, clang15, intel2024]
88
runs-on: ubuntu-latest
99
steps:
1010
- run: |

Dockerfile

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ COPY . /home/raja/workspace
4949
WORKDIR /home/raja/workspace/build
5050
RUN bin/bash -c "source /opt/intel/oneapi/setvars.sh 2>&1 > /dev/null && \
5151
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=icpx -DENABLE_OPENMP=On .. && \
52-
make -j 8 &&" \
52+
make -j 8" && \
5353
ctest -T test --output-on-failure
5454

5555
##FROM ghcr.io/rse-ops/cuda:cuda-10.1.243-ubuntu-18.04 AS nvcc10.1.243
@@ -89,10 +89,10 @@ RUN bin/bash -c "source /opt/intel/oneapi/setvars.sh 2>&1 > /dev/null && \
8989
## make -j 6 && \
9090
## cd .. && rm -rf build
9191

92-
FROM ghcr.io/llnl/radiuss:intel-2024.0-ubuntu-20.04 AS intel2024_sycl
93-
ENV GTEST_COLOR=1
94-
COPY . /home/raja/workspace
95-
WORKDIR /home/raja/workspace/build
96-
RUN bin/bash -c "source /opt/intel/oneapi/setvars.sh 2>&1 > /dev/null && \
97-
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=dpcpp -DENABLE_OPENMP=Off -DRAJA_ENABLE_SYCL=On -DBLT_CXX_STD=c++17 .. && \
98-
make -j 16"
92+
##FROM ghcr.io/llnl/radiuss:intel-2024.0-ubuntu-20.04 AS intel2024_sycl
93+
##ENV GTEST_COLOR=1
94+
##COPY . /home/raja/workspace
95+
##WORKDIR /home/raja/workspace/build
96+
##RUN bin/bash -c "source /opt/intel/oneapi/setvars.sh 2>&1 > /dev/null && \
97+
## cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=dpcpp -DENABLE_OPENMP=Off -DRAJA_ENABLE_SYCL=On -DBLT_CXX_STD=c++17 .. && \
98+
## make -j 16"

0 commit comments

Comments
 (0)