[PATCH] D49886: [test-suite] Add pathfinder kernel from Rodinia Benchmark

Pankaj via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 29 18:46:33 PDT 2018


proton updated this revision to Diff 157906.
proton retitled this revision from "[test-suite] Added pathfinder kernel from Rodinia Benchmark" to "[test-suite] Add pathfinder kernel from Rodinia Benchmark".
proton edited the summary of this revision.
proton added a comment.

Changes: 
removed typedef int matrix[row][col] 
compare the hash of output instead of checking all values


https://reviews.llvm.org/D49886

Files:
  MultiSource/Benchmarks/Rodinia/CMakeLists.txt
  MultiSource/Benchmarks/Rodinia/pathfinder/CMakeLists.txt
  MultiSource/Benchmarks/Rodinia/pathfinder/Makefile
  MultiSource/Benchmarks/Rodinia/pathfinder/main.c
  MultiSource/Benchmarks/Rodinia/pathfinder/pathfinder.h
  MultiSource/Benchmarks/Rodinia/pathfinder/pathfinder.reference_output
  MultiSource/Benchmarks/Rodinia/pathfinder/pathfinderKernel.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49886.157906.patch
Type: text/x-patch
Size: 4227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180730/d10053b3/attachment.bin>


More information about the llvm-commits mailing list