[PATCH] D36682: [test-suite] Adding miniAMR Benchmark

Brian Homerding via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 13:02:11 PDT 2017


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

Substituted in the glib_compat_rand implementation to remove dependency on libc's rand.

Thanks of the feedback!
Brian


https://reviews.llvm.org/D36682

Files:
  LICENSE.TXT
  MultiSource/Benchmarks/DOE-ProxyApps-C/CMakeLists.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C/Makefile
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/CMakeLists.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/LICENSE
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/Makefile
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/block.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/block.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/check_sum.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/comm.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/driver.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/init.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/main.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/miniAMR.reference_output
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/move.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/param.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/plot.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/profile.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/proto.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/refine.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/stencil.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/target.c
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/timer.h
  MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/util.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36682.111234.patch
Type: text/x-patch
Size: 191284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170815/68db7724/attachment-0001.bin>


More information about the llvm-commits mailing list