summaryrefslogtreecommitdiff
path: root/polly/www
diff options
context:
space:
mode:
authorRoman Gareev <gareevroman@gmail.com>2017-09-24 19:00:25 +0000
committerRoman Gareev <gareevroman@gmail.com>2017-09-24 19:00:25 +0000
commitfef2c0027e6cb6caa1369d96a5d308f283baaead (patch)
tree35d7cd53d312a43e09a858cd46e4708e9d70acc3 /polly/www
parent23f18307489216db737eb4d7d0e4dec3c79e0761 (diff)
downloadllvm-fef2c0027e6cb6caa1369d96a5d308f283baaead.tar.gz
[Polly] Information about generalized matrix multiplication
Reviewed-by: Tobias Grosser <tobias@grosser.es> Differential Revision: https://reviews.llvm.org/D38218 llvm-svn: 314081
Diffstat (limited to 'polly/www')
-rw-r--r--polly/www/images/GEMM_double.pngbin0 -> 65341 bytes
-rw-r--r--polly/www/index.html15
2 files changed, 15 insertions, 0 deletions
diff --git a/polly/www/images/GEMM_double.png b/polly/www/images/GEMM_double.png
new file mode 100644
index 000000000000..dfdf17ec3162
--- /dev/null
+++ b/polly/www/images/GEMM_double.png
Binary files differ
diff --git a/polly/www/index.html b/polly/www/index.html
index d8144597d10d..5af385647300 100644
--- a/polly/www/index.html
+++ b/polly/www/index.html
@@ -44,6 +44,21 @@
<table id="news">
<tr><td><b>2017</b></td></tr>
+ <tr><td width="120"><p>September</p></td>
+ <td>
+ <h4>High-Performance Generalized Matrix Multiplication</h4>
+ Polly automatically detects and optimizes generalized matrix
+ multiplication, the computation C &larr; &alpha; &otimes; C &oplus; &beta;
+ &otimes; A &otimes; B, where A, B, and C are three appropriately sized
+ matrices, &oplus; and &otimes; operations are originating from the
+ corresponding matrix semiring, and &alpha; and &beta; are constants, and
+ beta is not equal to zero. It allows to obtain the highly optimized form
+ structured similar to the expert implementation of GEMM that can be found
+ in GotoBLAS and its successors.
+ <h4>The performance evaluation of GEMM</h4>
+ <img src="images/GEMM_double.png" /><br />
+ </td>
+ <tr><td><b>2017</b></td></tr>
<tr><td width="120"><p>January</p></td>
<td>
<a href="http://impact.gforge.inria.fr/impact2017">IMPACT 2017</a> program