diff --git a/polly/www/images/GEMM_double.png b/polly/www/images/GEMM_double.png new file mode 100644 index 000000000000..dfdf17ec3162 Binary files /dev/null and b/polly/www/images/GEMM_double.png 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 @@ + + +
2017

September

+

High-Performance Generalized Matrix Multiplication

+ Polly automatically detects and optimizes generalized matrix + multiplication, the computation C ← α ⊗ C ⊕ β + ⊗ A ⊗ B, where A, B, and C are three appropriately sized + matrices, ⊕ and ⊗ operations are originating from the + corresponding matrix semiring, and α and β 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. +

The performance evaluation of GEMM

+
+
2017

January

IMPACT 2017 program