Hello Jason Lowe-Power, Weiping Liao, Andreas Sandberg,

I'd like you to reexamine a change. Please visit

    https://gem5-review.googlesource.com/c/public/gem5/+/15035

to look at the new patch set (#8).

Change subject: This set of tests are used to measure the latency and bandwidth of gem5 models (e.g., cache, fabric, main memory)
......................................................................

This set of tests are used to measure the latency and bandwidth of gem5 models (e.g., cache, fabric, main memory)

The android tests run in the gem5 full system mode with Android kernel and GPU. The android tests are two graphics benchmark ported from glBench. They can be compiled and run using Android Studio. The Linux tests run in both SE and full system mode. There are Makefile and README files for each test to help compile and run.

Add documentation

Change-Id: I2c9080a242637be71e41cd57b7a35519a5a6a4ca
---
A tests/validation/android_test/README
A tests/validation/android_test/glbench_clear_test/app/build.gradle
A tests/validation/android_test/glbench_clear_test/app/src/main/AndroidManifest.xml A tests/validation/android_test/glbench_clear_test/app/src/main/cpp/CMakeLists.txt A tests/validation/android_test/glbench_clear_test/app/src/main/cpp/gl_code.cpp A tests/validation/android_test/glbench_clear_test/app/src/main/cpp/m5op_arm_A64.S A tests/validation/android_test/glbench_clear_test/app/src/main/cpp/m5op_flags.h
A tests/validation/android_test/glbench_clear_test/app/src/main/cpp/m5ops.h
A tests/validation/android_test/glbench_clear_test/app/src/main/cpp/testbase.h A tests/validation/android_test/glbench_clear_test/app/src/main/java/com/android/gl2jni/GL2JNIActivity.java A tests/validation/android_test/glbench_clear_test/app/src/main/java/com/android/gl2jni/GL2JNILib.java A tests/validation/android_test/glbench_clear_test/app/src/main/java/com/android/gl2jni/GL2JNIView.java A tests/validation/android_test/glbench_clear_test/app/src/main/res/mipmap-hdpi/ic_launcher.png A tests/validation/android_test/glbench_clear_test/app/src/main/res/mipmap-mdpi/ic_launcher.png A tests/validation/android_test/glbench_clear_test/app/src/main/res/mipmap-xhdpi/ic_launcher.png A tests/validation/android_test/glbench_clear_test/app/src/main/res/mipmap-xxhdpi/ic_launcher.png A tests/validation/android_test/glbench_clear_test/app/src/main/res/values/strings.xml
A tests/validation/android_test/glbench_clear_test/build.gradle
A tests/validation/android_test/glbench_clear_test/gradle/wrapper/gradle-wrapper.jar A tests/validation/android_test/glbench_clear_test/gradle/wrapper/gradle-wrapper.properties
A tests/validation/android_test/glbench_clear_test/gradlew
A tests/validation/android_test/glbench_clear_test/gradlew.bat
A tests/validation/android_test/glbench_clear_test/screenshot.png
A tests/validation/android_test/glbench_clear_test/settings.gradle
A tests/validation/android_test/glbench_fbo_test/app/build.gradle
A tests/validation/android_test/glbench_fbo_test/app/src/main/AndroidManifest.xml A tests/validation/android_test/glbench_fbo_test/app/src/main/cpp/CMakeLists.txt A tests/validation/android_test/glbench_fbo_test/app/src/main/cpp/gl_code.cpp A tests/validation/android_test/glbench_fbo_test/app/src/main/cpp/m5op_arm_A64.S A tests/validation/android_test/glbench_fbo_test/app/src/main/cpp/m5op_flags.h
A tests/validation/android_test/glbench_fbo_test/app/src/main/cpp/m5ops.h
A tests/validation/android_test/glbench_fbo_test/app/src/main/cpp/png_helper.cpp A tests/validation/android_test/glbench_fbo_test/app/src/main/cpp/png_helper.h
A tests/validation/android_test/glbench_fbo_test/app/src/main/cpp/testbase.h
A tests/validation/android_test/glbench_fbo_test/app/src/main/java/com/android/fbo/GL2JNIActivity.java A tests/validation/android_test/glbench_fbo_test/app/src/main/java/com/android/fbo/GL2JNILib.java A tests/validation/android_test/glbench_fbo_test/app/src/main/java/com/android/fbo/GL2JNIView.java A tests/validation/android_test/glbench_fbo_test/app/src/main/res/mipmap-hdpi/ic_launcher.png A tests/validation/android_test/glbench_fbo_test/app/src/main/res/mipmap-mdpi/ic_launcher.png A tests/validation/android_test/glbench_fbo_test/app/src/main/res/mipmap-xhdpi/ic_launcher.png A tests/validation/android_test/glbench_fbo_test/app/src/main/res/mipmap-xxhdpi/ic_launcher.png A tests/validation/android_test/glbench_fbo_test/app/src/main/res/values/strings.xml
A tests/validation/android_test/glbench_fbo_test/build.gradle
A tests/validation/android_test/glbench_fbo_test/gradle/wrapper/gradle-wrapper.jar A tests/validation/android_test/glbench_fbo_test/gradle/wrapper/gradle-wrapper.properties
A tests/validation/android_test/glbench_fbo_test/gradlew
A tests/validation/android_test/glbench_fbo_test/gradlew.bat
A tests/validation/android_test/glbench_fbo_test/screenshot.png
A tests/validation/android_test/glbench_fbo_test/settings.gradle
A tests/validation/linux_test/bandwidth/src/Makefile
A tests/validation/linux_test/bandwidth/src/README
A tests/validation/linux_test/bandwidth/src/rd_rand_stream.c
A tests/validation/linux_test/bandwidth/src/rd_stream.c
A tests/validation/linux_test/bandwidth/src/wr_stream.c
A tests/validation/linux_test/latency/Makefile
A tests/validation/linux_test/latency/README
A tests/validation/linux_test/latency/latency_test.c
A tests/validation/linux_test/m5inc/m5op_arm_A64.S
A tests/validation/linux_test/m5inc/m5op_flags.h
A tests/validation/linux_test/m5inc/m5ops.h
A tests/validation/linux_test/mshr_size/Makefile
A tests/validation/linux_test/mshr_size/README
A tests/validation/linux_test/mshr_size/parmem_test.c
63 files changed, 3,841 insertions(+), 0 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/15035
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I2c9080a242637be71e41cd57b7a35519a5a6a4ca
Gerrit-Change-Number: 15035
Gerrit-PatchSet: 8
Gerrit-Owner: Jiajun Wang <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Jiajun Wang <[email protected]>
Gerrit-Reviewer: Weiping Liao <[email protected]>
Gerrit-CC: Gabe Black <[email protected]>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to