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 a48d1413 Test commit new 50adf56f [test-suite] Add pathfinder 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 + .../Benchmarks/Rodinia/pathfinder/CMakeLists.txt | 8 +++++ MultiSource/Benchmarks/Rodinia/pathfinder/main.c | 41 ++++++++++++++++++++++ .../Benchmarks/Rodinia/pathfinder/pathfinder.h | 8 +++++ .../Rodinia/pathfinder/pathfinder.reference_output | 1 + .../Rodinia/pathfinder/pathfinderKernel.c | 20 +++++++++++ 6 files changed, 79 insertions(+) create mode 100644 MultiSource/Benchmarks/Rodinia/pathfinder/CMakeLists.txt create mode 100644 MultiSource/Benchmarks/Rodinia/pathfinder/main.c create mode 100644 MultiSource/Benchmarks/Rodinia/pathfinder/pathfinder.h create mode 100644 MultiSource/Benchmarks/Rodinia/pathfinder/pathfinder.reference_output create mode 100644 MultiSource/Benchmarks/Rodinia/pathfinder/pathfinderKernel.c