[PATCH] D36626: [test-suite]: Adding RSBench proxy-app.
Pavanravikanth Kondamudi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 10:54:24 PDT 2017
pavanravikanth.kprk created this revision.
Herald added a subscriber: mgorny.
Description:
------------
RSBench: A mini-app to represent the multipole resonance representation lookup cross section algorithm.
GitHub: RSBench at git <https://github.com/ANL-CESAR/RSBench>
Test results on my machine:
---------------------------
compile_time: 6.5658
exec_time: 0.5211
link_time: 0.0171
https://reviews.llvm.org/D36626
Files:
LICENSE.TXT
MultiSource/Benchmarks/DOE-ProxyApps-C/CMakeLists.txt
MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/CMakeLists.txt
MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/LICENSE
MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/init.c
MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/io.c
MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/main.c
MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/material.c
MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/rsbench.h
MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/rsbench.reference_output
MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/utils.c
MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/xs_kernel.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36626.110773.patch
Type: text/x-patch
Size: 36774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170811/af588002/attachment.bin>
More information about the llvm-commits
mailing list