[polly] r314422 - [Docs] fix rendering of alpha and beta
Siddharth Bhat via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 08:31:20 PDT 2017
Author: bollu
Date: Thu Sep 28 08:31:20 2017
New Revision: 314422
URL: http://llvm.org/viewvc/llvm-project?rev=314422&view=rev
Log:
[Docs] fix rendering of alpha and beta
Modified:
polly/trunk/docs/Performance.rst
Modified: polly/trunk/docs/Performance.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/Performance.rst?rev=314422&r1=314421&r2=314422&view=diff
==============================================================================
--- polly/trunk/docs/Performance.rst (original)
+++ polly/trunk/docs/Performance.rst Thu Sep 28 08:31:20 2017
@@ -8,7 +8,7 @@ High-Performance Generalized Matrix Mult
Polly automatically detects and optimizes generalized matrix multiplication,
the computation C |larr| α â 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
+â 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 is shown in the following figure.
More information about the llvm-commits
mailing list