Skip to content

Commit 49b44d9

Browse files
committed
Try different cuda image
1 parent c709e66 commit 49b44d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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, cuda11.8, hip5.6, intel2024_sycl]
7+
target: [gcc12, gcc13, clang13, clang14_debug, clang15, cuda12.3, hip5.6, intel2024_sycl]
88
runs-on: ubuntu-latest
99
steps:
1010
- run: |

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release -DENABLE_OPENM
5252
## cmake -DCMAKE_CXX_COMPILER=icpx -DCMAKE_BUILD_TYPE=Release -DENABLE_OPENMP=On .. && \
5353
## make -j 16"
5454

55-
FROM ghcr.io/llnl/radiuss:cuda-11-8-ubuntu-22.04 AS cuda11.8
55+
FROM ghcr.io/llnl/radiuss:ubuntu-22.04-cuda-12-3 AS cuda12.3
5656
ENV GTEST_COLOR=1
5757
COPY . /home/raja/workspace
5858
WORKDIR /home/raja/workspace/build

0 commit comments

Comments
 (0)