Skip to content

Commit

Permalink
skip the GPU image for now
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
  • Loading branch information
powerjg committed Aug 20, 2024
1 parent 27dbd4e commit f86711c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/on_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ popd # gem5

gem5 pre-download-resources.py

exit 0; # disable the rest of the script

docker pull ghcr.io/gem5/gcn-gpu:v24-0

wget http://dist.gem5.org/dist/v24-0/test-progs/square/square
Expand Down
2 changes: 2 additions & 0 deletions .devcontainer/post_start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

exit 0; # disable this script

if [ ! -f /tmp/x86-ubuntu-gpu-ml-isca ]; then
cp x86-ubuntu-gpu-ml-isca.gz /tmp
gunzip /tmp/x86-ubuntu-gpu-ml-isca.gz
Expand Down

0 comments on commit f86711c

Please sign in to comment.