Bobby R. Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/50167 )
Change subject: tests,gpu-compute: Add GCN3 Square test to Nightly
......................................................................
tests,gpu-compute: Add GCN3 Square test to Nightly
Change-Id: I734a470d481f4012148820f62fdc3f535ea3d8f8
---
M tests/nightly.sh
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/tests/nightly.sh b/tests/nightly.sh
index b2c226f..3ffdbcd 100755
--- a/tests/nightly.sh
+++ b/tests/nightly.sh
@@ -80,4 +80,21 @@
# Run the gem5 long tests.
docker run -u $UID:$GID --volume "${gem5_root}":"${gem5_root}" -w \
"${gem5_root}"/tests --rm
gcr.io/gem5-test/ubuntu-20.04_all-dependencies \
- ./main.py run --length long -j${threads} -t${threads}
\ No newline at end of file
+ ./main.py run --length long -j${threads} -t${threads}
+
+# Run the GPU tests.
+
+# For the GPU tests we compile and run GCN3_X86 inside a gcn-gpu container.
+docker pull gcr.io/gem5-test/gcn-gpu:latest
+docker run --rm -u $UID:$GUID --volume "${gem5_root}":"${gem5_root}" -w \
+ "${gem5_root}" gcr.io/gem5-test/gcn-gpu:latest bash -c \
+ "scons build/GCN3_X86/gem5.opt -j${threads} \
+ || (rm -rf build && scons build/GCN3_X86/gem5.opt -j${threads})"
+
+wget -qN http://dist.gem5.org/dist/develop/test-progs/square/square
+
+mkdir -p tests/testing-results
+
+docker run --rm -u $UID:$GUID --volume "${gem5_root}":"${gem5_root}" -w \
+ "${gem5_root}" gcr.io/gem5-test/gcn-gpu:latest build/GCN3_X86/gem5.opt
\
+ configs/example/apu_se.py -n3 -c square
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50167
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I734a470d481f4012148820f62fdc3f535ea3d8f8
Gerrit-Change-Number: 50167
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s