Matrix Operations - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English

AOCL-DLP is built around optimized matrix operations, primarily General Matrix Multiplication (GEMM):

\[C = \text{post_ops} (\alpha \cdot op(A) \cdot op(B) + \beta \cdot C)\]

Where:

  • \(op(X)\) can be \(X\) (no transpose) or \(X^T\) (transpose)

  • \(\alpha, \beta\) are scalar multipliers

  • \(\text{post_ops}\) represents fused post-processing operations