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 487c698b [test-suite] revert rT338163 (Add common files required by ke [...] new a8367cce [test-suite] Add common files required by kernels of Rodinia [...] new 49ab9450 [test-suite] Add hotspot kernel from Rodinia Benchmark
The 2 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 | 3 + MultiSource/Benchmarks/CMakeLists.txt | 1 + MultiSource/Benchmarks/Makefile | 2 +- MultiSource/Benchmarks/Rodinia/CMakeLists.txt | 1 + .../CLAMR => Rodinia/Common}/glibc_compat_rand.c | 0 .../CLAMR => Rodinia/Common}/glibc_compat_rand.h | 0 MultiSource/Benchmarks/Rodinia/LICENSE | 38 + .../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 + 13 files changed, 2889 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/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