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 af5833c4 Add Anisotropic diffusion using Benchmark Library new e6c6ee8f Add backprop kernel from Rodinia benchmark new 8f9cb4a5 [CMake] Add option for appending extra custom lit modules
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: CMakeLists.txt | 5 +- MultiSource/Benchmarks/Rodinia/CMakeLists.txt | 1 + .../Rodinia/{srad => backprop}/CMakeLists.txt | 10 +- MultiSource/Benchmarks/Rodinia/backprop/backprop.h | 17 + .../Rodinia/backprop/backprop.reference_output | 854 +++++++++++++++++++++ .../Benchmarks/Rodinia/backprop/backpropKernel.c | 84 ++ MultiSource/Benchmarks/Rodinia/backprop/main.c | 125 +++ 7 files changed, 1090 insertions(+), 6 deletions(-) copy MultiSource/Benchmarks/Rodinia/{srad => backprop}/CMakeLists.txt (62%) create mode 100644 MultiSource/Benchmarks/Rodinia/backprop/backprop.h create mode 100644 MultiSource/Benchmarks/Rodinia/backprop/backprop.reference_output create mode 100644 MultiSource/Benchmarks/Rodinia/backprop/backpropKernel.c create mode 100644 MultiSource/Benchmarks/Rodinia/backprop/main.c