UH-OH

It looks like you don’t have access to that feature yet

Contact sales to get upgraded to the full DevStudio experience.

UH-OH

It looks like you don't have access to that feature yet.

to select
to navigate
escto close
Chimera Compute Library (CCL) API ReferenceLinear Algebra

Linear Algebra

gemm (General Matrix Multiply)

File: /src/linalg.hppLines 838–866
    /**
     * @brief GEMM for 1 byte types.
     *
     * @tparam AlphaType for the scalar alpha
     * @tparam OCMShapeA Type for the matrix A (In OCM)
     * @tparam OCMShapeB Type for the matrix B (In OCM)
     * @tparam BetaType Type for the scalar beta
     * @tparam OCMShapeC Type for the matrix C (In OCM)
     * @param alpha the scalar alpha.
     * @param matA the first matrix, A.
     * @param matB the second matrix, B.
     * @param beta the scalar beta.
     * @param matC matrix C.
     * @param matOut output matrix.
     *
     */
    template <typename AlphaType,
              typename OCMShapeA,
              typename OCMShapeB,
              typename BetaType,
              typename OCMShapeC,
              isOcmTensor<OCMShapeA> = 0,
              isOcmTensor<OCMShapeB> = 0,
              isOcmTensor<OCMShapeC> = 0,
              std::enable_if_t<std::is_integral<typename OCMShapeB::elemType>::value &&
                                 sizeof(typename OCMShapeB::elemType) == 1,
                               int>  = 0>
    INLINE void gemm(
      AlphaType alpha, OCMShapeA& matA, OCMShapeB& matB, BetaType beta, OCMShapeC& matC, OCMShapeC& matOut) {
Table of Contents


© Copyright 2026 Quadric All Rights Reserved • Privacy Policy
This documentation is preliminary and confidential. It is subject to change. Quadric does not give any warranty express or implied that the contents will be complete or accurate or up to date. The company shall not be liable for any loss, actions, claims, proceedings, demands or costs or damages whatsoever or howsoever caused arising directly or indirectly in connection with or arising out of the use of this material.

Sign in to your account

Don't have an account? Create an Account
By signing in, you are agreeing to our Terms of Use and Privacy Policy.

Develop.

Simulate.

Profile.

Collaborate.

We use cookies to enhance your browsing experience, and analyze our traffic.
By clicking "Accept All", you consent to our use of cookies.