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 49ab9450 [test-suite] Add hotspot kernel from Rodinia Benchmark new 79f17557 [test-suite] Add srad kernel from Rodinia Benchmark
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: MultiSource/Benchmarks/Rodinia/CMakeLists.txt | 1 + .../Rodinia/{hotspot => srad}/CMakeLists.txt | 6 +- .../Benchmarks/Rodinia/{hotspot => srad}/Makefile | 3 +- 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 + 7 files changed, 10837 insertions(+), 4 deletions(-) copy MultiSource/Benchmarks/Rodinia/{hotspot => srad}/CMakeLists.txt (59%) copy MultiSource/Benchmarks/Rodinia/{hotspot => srad}/Makefile (85%) 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