This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository test-suite.
from b3be2fa9 [test-suite, CUDA] Filter out long-running redundant SIMD tests. new 78f526d2 [test-suite] Add common files required by kernels of Rodinia [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: LICENSE.TXT | 1 + MultiSource/Benchmarks/CMakeLists.txt | 1 + MultiSource/Benchmarks/Makefile | 2 +- MultiSource/Benchmarks/Rodinia/CMakeLists.txt | 2 + .../CLAMR => Rodinia/Common}/glibc_compat_rand.c | 0 .../CLAMR => Rodinia/Common}/glibc_compat_rand.h | 0 MultiSource/Benchmarks/Rodinia/LICENSE | 38 + MultiSource/Benchmarks/Rodinia/Makefile | 3 + .../Benchmarks/Rodinia/hotspot/CMakeLists.txt | 7 + MultiSource/Benchmarks/Rodinia/hotspot/Makefile | 8 + MultiSource/Benchmarks/Rodinia/hotspot/hotspot.h | 23 + .../Rodinia/hotspot/hotspot.reference_output | 2623 +++++ .../Benchmarks/Rodinia/hotspot/hotspotKernel.c | 101 + MultiSource/Benchmarks/Rodinia/hotspot/main.c | 83 + MultiSource/Benchmarks/Rodinia/srad/CMakeLists.txt | 7 + MultiSource/Benchmarks/Rodinia/srad/Makefile | 9 + MultiSource/Benchmarks/Rodinia/srad/main.c | 85 + MultiSource/Benchmarks/Rodinia/srad/srad.h | 24 + .../Benchmarks/Rodinia/srad/srad.reference_output | 10487 +++++++++++++++++++ MultiSource/Benchmarks/Rodinia/srad/sradKernel.c | 235 + 20 files changed, 13738 insertions(+), 1 deletion(-) create mode 100644 MultiSource/Benchmarks/Rodinia/CMakeLists.txt copy MultiSource/Benchmarks/{DOE-ProxyApps-C++/CLAMR => Rodinia/Common}/glibc_comp [...] copy MultiSource/Benchmarks/{DOE-ProxyApps-C++/CLAMR => Rodinia/Common}/glibc_comp [...] create mode 100644 MultiSource/Benchmarks/Rodinia/LICENSE create mode 100644 MultiSource/Benchmarks/Rodinia/Makefile create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/CMakeLists.txt create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/Makefile create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/hotspot.h create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/hotspot.reference_output create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/hotspotKernel.c create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/main.c create mode 100644 MultiSource/Benchmarks/Rodinia/srad/CMakeLists.txt create mode 100644 MultiSource/Benchmarks/Rodinia/srad/Makefile create mode 100644 MultiSource/Benchmarks/Rodinia/srad/main.c create mode 100644 MultiSource/Benchmarks/Rodinia/srad/srad.h create mode 100644 MultiSource/Benchmarks/Rodinia/srad/srad.reference_output create mode 100644 MultiSource/Benchmarks/Rodinia/srad/sradKernel.c