Skip to content

Commit

Permalink
sst-integration: move gpu app after LLVM build
Browse files Browse the repository at this point in the history
  • Loading branch information
William-An committed Aug 21, 2024
1 parent 1f24dab commit 45daddf
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ RUN apt-get update \
&& rm -rf /usr/local/cuda-11.7/nsight-compute-2022.2.0 \
&& rm -rf /usr/local/cuda-11.7/nsight-systems-2022.1.3

# Setup GPU app collection
RUN export PATH=$CUDA_INSTALL_PATH/bin:$PATH \
&& git clone https://github.com/accel-sim/gpu-app-collection \
&& cd gpu-app-collection \
&& git checkout sst_support \
&& source ./src/setup_environment sst \
&& rm gpucomputingsdk_4.2.9_linux.run \
&& rm -rf 4.2 \
&& cd ..

# Build LLVM 18.1.8
RUN git clone https://github.com/llvm/llvm-project.git \
&& mkdir llvm-install \
Expand All @@ -55,3 +45,12 @@ RUN git clone https://github.com/riscv-collab/riscv-gnu-toolchain.git \
&& make linux -j \
&& cd ..

# Setup GPU app collection
RUN export PATH=$CUDA_INSTALL_PATH/bin:$PATH \
&& git clone https://github.com/accel-sim/gpu-app-collection \
&& cd gpu-app-collection \
&& git checkout sst_support \
&& source ./src/setup_environment sst \
&& rm gpucomputingsdk_4.2.9_linux.run \
&& rm -rf 4.2 \
&& cd ..

0 comments on commit 45daddf

Please sign in to comment.