[PATCH] D36582: [test-suite] Adding HPCCG benchmark
Brian Homerding via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 15:00:23 PDT 2017
homerdin updated this revision to Diff 110820.
homerdin added a comment.
Thanks again, The -DVERIFICATION should not have been in the Makefile (not used in this app). I added a short note at the top of the README to make things clearer.
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.110820.patch
Type: text/x-patch
Size: 117218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170811/5f8579c5/attachment-0001.bin>
More information about the llvm-commits
mailing list