[PATCH] D36582: [test-suite] Adding HPCCG benchmark

Brian Homerding via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 11:14:52 PDT 2017


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

Thanks for the feedback.  I have updated the LICENSE.TXT file to include this application.  The machine I used was an IBM x3550 M4.

Let me know if there anything else you would like to know,
Brian


https://reviews.llvm.org/D36582

Files:
  LICENSE.TXT
  MultiSource/Benchmarks/CMakeLists.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C++/CMakeLists.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/CMakeLists.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/HPCCG.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/HPCCG.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/HPCCG.reference_output
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/HPC_Sparse_Matrix.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/HPC_Sparse_Matrix.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/HPC_sparsemv.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/HPC_sparsemv.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/Makefile
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/README
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/YAML_Doc.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/YAML_Doc.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/YAML_Element.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/YAML_Element.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/compute_residual.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/compute_residual.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/ddot.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/ddot.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/dump_matlab_matrix.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/dump_matlab_matrix.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/exchange_externals.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/exchange_externals.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/generate_matrix.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/generate_matrix.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/main.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/make_local_matrix.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/make_local_matrix.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/mytimer.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/mytimer.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/read_HPC_row.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/read_HPC_row.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/waxpby.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/waxpby.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/Makefile
  MultiSource/Benchmarks/Makefile

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36582.110775.patch
Type: text/x-patch
Size: 116662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170811/0f558a13/attachment-0001.bin>


More information about the llvm-commits mailing list