Skip to content

Commit

Permalink
fixup: remove amdgpu-target flag for jenkins deps
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Jan 29, 2024
1 parent 462d0c2 commit 1f0a446
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile.hipcc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ RUN ARBORX_VERSION=4834bff44c23c9510c6ed93366638dcdf85ab217 && \
-D CMAKE_INSTALL_PREFIX=${ARBORX_DIR} \
-D CMAKE_BUILD_TYPE=Debug \
-D CMAKE_CXX_COMPILER=hipcc \
-D CMAKE_CXX_FLAGS=-amdgpu-target=gfx908 \
-D CMAKE_CXX_EXTENSIONS=OFF \
-D CMAKE_PREFIX_PATH=${KOKKOS_DIR} \
.. && \
Expand Down Expand Up @@ -149,7 +148,6 @@ RUN HEFFTE_URL=https://github.com/icl-utk-edu/heffte/archive/v${HEFFTE_VERSION}.
-D CMAKE_BUILD_TYPE=Debug \
-D CMAKE_CXX_COMPILER=hipcc \
-D CMAKE_CXX_STANDARD=14 \
-D CMAKE_CXX_FLAGS="--amdgpu-target=gfx908" \
-D Heffte_ENABLE_ROCM=ON \
-D Heffte_ENABLE_FFTW=ON \
.. && \
Expand Down

0 comments on commit 1f0a446

Please sign in to comment.