Skip to content

Commit

Permalink
bump core count for cuda build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jul 22, 2024
1 parent e45ca7b commit c764613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ENV GTEST_COLOR=1
COPY . /home/raja/workspace
WORKDIR /home/raja/workspace/build
RUN cmake -DCMAKE_CXX_COMPILER=g++ -DENABLE_CUDA=On -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc -DCMAKE_CUDA_STANDARD=14 -DCMAKE_CUDA_ARCHITECTURES=70 .. && \
make -j 12
make -j 16

# TODO: We should switch to ROCm 6 -- size issues when creating image
FROM ghcr.io/llnl/radiuss:hip-5.6.1-ubuntu-20.04 AS hip5.6
Expand Down

0 comments on commit c764613

Please sign in to comment.