Skip to content

Commit

Permalink
Update HIP image version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Nov 2, 2023
1 parent d59ad44 commit 5245837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RUN . /opt/spack/share/spack/setup-env.sh && spack load cuda && \
cmake -DUMPIRE_ENABLE_DEVELOPER_DEFAULTS=On -DCMAKE_CXX_COMPILER=g++ -DENABLE_CUDA=On .. && \
make -j 16

FROM ghcr.io/rse-ops/hip-ubuntu-22.04:hip-4.3.1 AS hip
FROM ghcr.io/rse-ops/hip-ubuntu-20.04:hip-5.1.3 AS hip
ENV GTEST_COLOR=1
ENV HCC_AMDGPU_TARGET=gfx900
COPY . /home/umpire/workspace
Expand All @@ -114,7 +114,7 @@ RUN . /opt/spack/share/spack/setup-env.sh && spack load hip llvm-amdgpu && \
cmake -DENABLE_WARNINGS_AS_ERRORS=Off -DCMAKE_CXX_COMPILER=amdclang++ -DUMPIRE_ENABLE_DEVELOPER_DEFAULTS=On -DENABLE_HIP=On .. && \
make -j 16 VERBOSE=1

FROM ghcr.io/rse-ops/hip-ubuntu-22.04:hip-4.3.1 AS hip.debug
FROM ghcr.io/rse-ops/hip-ubuntu-20.04:hip-5.1.3 AS hip.debug
ENV GTEST_COLOR=1
ENV HCC_AMDGPU_TARGET=gfx900
COPY . /home/umpire/workspace
Expand Down

0 comments on commit 5245837

Please sign in to comment.