Neko  0.8.1
A portable framework for high-order spectral element flow simulations
mxm_wrapper.F90 File Reference

Go to the source code of this file.

Data Types

interface  mxm_wrapper::mxm_blas
 
interface  mxm_wrapper::mxm_libxsmm
 

Modules

module  mxm_wrapper
 Wrapper for all matrix-matrix product implementations.
 

Functions/Subroutines

subroutine, public mxm_wrapper::mxm (a, n1, b, n2, c, n3)
 Compute matrix-matrix product \( C = A \cdot B \) for contiguously packed matrices A,B, and C. More...
 
subroutine, private mxm_wrapper::mxm_blas_sp (a, n1, b, n2, c, n3)
 
subroutine, private mxm_wrapper::mxm_blas_dp (a, n1, b, n2, c, n3)
 
subroutine, private mxm_wrapper::mxm_blas_qp (a, n1, b, n2, c, n3)
 
subroutine, private mxm_wrapper::mxm_libxsmm_sp (a, n1, b, n2, c, n3)
 
subroutine, private mxm_wrapper::mxm_libxsmm_dp (a, n1, b, n2, c, n3)
 
subroutine, private mxm_wrapper::mxm_libxsmm_qp (a, n1, b, n2, c, n3)