This is an archive of the discontinued LLVM Phabricator instance.

[docs] Add a performance doc
ClosedPublic

Authored by ttheodor on Sep 27 2017, 1:05 PM.

Details

Summary

Add a document which describes:

  1. GEMM performance comparison
  2. an experiment that measures the compile time impact of enabling Polly when compiling LLVM+Clang+Polly.

Diff Detail

Event Timeline

ttheodor created this revision.Sep 27 2017, 1:05 PM
grosser edited edge metadata.Sep 27 2017, 11:02 PM

LGTM. However, can you make sure this patch is referenced from the Polly documentation index.

ttheodor updated this revision to Diff 116966.Sep 28 2017, 4:34 AM
ttheodor retitled this revision from [docs] compile time impact of polly to [docs] Add a performance doc.
ttheodor edited the summary of this revision. (Show Details)

Switch to a general "Performance" document that also includes a GEMM example.

This revision was automatically updated to reflect the committed changes.