[PATCH] D36680: [test-suite] Adding Pathfinder Benchmark

Brian Homerding via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 12:04:04 PDT 2017


homerdin updated this revision to Diff 111394.
homerdin added a comment.

Hi,  I've added the original README with a note at the top.


https://reviews.llvm.org/D36680

Files:
  LICENSE.TXT
  MultiSource/Benchmarks/DOE-ProxyApps-C/CMakeLists.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C/Makefile
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/CMakeLists.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/COPYING
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/COPYING.LESSER
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/Makefile
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/PathFinder.reference_output
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/README
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/bitfield.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/bitfield.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/configuration.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/configuration.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/gettime.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/graph.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/graph.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/graphGen.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/graphGen.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/main.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/medsmall1.adj_list
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/node.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/node.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/parsing.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/parsing.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/searchAlgorithms.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/searchAlgorithms.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/searchDiagram.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/searchDiagram.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/statistics.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/statistics.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/systemCallMap.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/systemCallMap.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/utils.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/utils.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/vectorUtils.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/vectorUtils.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/yaml.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder/yaml.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36680.111394.patch
Type: text/x-patch
Size: 400109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170816/29325071/attachment-0001.bin>


More information about the llvm-commits mailing list