This is an archive of the discontinued LLVM Phabricator instance.

[test-suite] Adding PENNANT
ClosedPublic

Authored by jiseung on Aug 14 2017, 1:01 PM.

Details

Summary

PENNANT is an unstructured mesh physics mini-app designed for advanced
architecture research. It contains mesh data structures and a few physics algorithms adapted from the LANL rad-hydro code FLAG, and gives a sample of the typical memory access patterns of FLAG.

Github

On Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz:

compile_time: 49.6176 
exec_time: 5.0120
Maximum resident set size (kbytes): 356016

Diff Detail

Repository
rL LLVM

Event Timeline

jiseung created this revision.Aug 14 2017, 1:01 PM
jiseung retitled this revision from [test-suite] Added PENNANT to [test-suite] Adding PENNANT.Aug 14 2017, 1:05 PM
jiseung edited the summary of this revision. (Show Details)Aug 15 2017, 10:51 AM
MatzeB accepted this revision.Aug 15 2017, 2:35 PM

LGTM

This revision is now accepted and ready to land.Aug 15 2017, 2:35 PM
  • Maybe place a README file with a benchmark description into the benchmark directory.
This revision was automatically updated to reflect the committed changes.