Skip to content

Commit

Permalink
sst-integration: remove unused x86 bins and unused data
Browse files Browse the repository at this point in the history
  • Loading branch information
William-An committed Aug 29, 2024
1 parent fa948cc commit 8c77d1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,19 @@ RUN git clone https://github.com/riscv-collab/riscv-gnu-toolchain.git \
&& rm -rf riscv-gnu-toolchain

# Setup GPU app collection in SST mode
# Also remove prebuilt x86 binaries
# Also remove all data except for rodinia-2.0
RUN export PATH=$CUDA_INSTALL_PATH/bin:$PATH \
&& cd gpu-app-collection \
&& git pull \
&& git checkout sst_support \
&& source ./src/setup_environment sst \
&& rm gpucomputingsdk_4.2.9_linux.run \
&& rm -rf 4.2 \
&& rm -rf ./bin \
&& mv ./data_dirs/cuda/rodinia/2.0-ft . \
&& rm -rf ./data_dirs \
&& mkdir -p ./data_dirs/cuda/rodinia/ \
&& mv ./2.0-ft ./data_dirs/cuda/rodinia/ \
&& ls ./data_dirs/cuda/rodinia/ \
&& cd ..

0 comments on commit 8c77d1c

Please sign in to comment.