Neko  0.8.1
A portable framework for high-order spectral element flow simulations
mxm_wrapper::mxm_libxsmm Interface Reference

Private Member Functions

subroutine mxm_libxsmm_sp (a, n1, b, n2, c, n3)
 
subroutine mxm_libxsmm_dp (a, n1, b, n2, c, n3)
 
subroutine mxm_libxsmm_qp (a, n1, b, n2, c, n3)
 

Detailed Description

Definition at line 17 of file mxm_wrapper.F90.

Member Function/Subroutine Documentation

◆ mxm_libxsmm_dp()

subroutine mxm_wrapper::mxm_libxsmm::mxm_libxsmm_dp ( real(kind=dp), dimension(n1, n2), intent(in)  a,
integer, intent(in)  n1,
real(kind=dp), dimension(n2, n3), intent(in)  b,
integer, intent(in)  n2,
real(kind=dp), dimension(n1, n3), intent(inout)  c,
integer, intent(in)  n3 
)
private

Definition at line 89 of file mxm_wrapper.F90.

◆ mxm_libxsmm_qp()

subroutine mxm_wrapper::mxm_libxsmm::mxm_libxsmm_qp ( real(kind=qp), dimension(n1, n2), intent(in)  a,
integer, intent(in)  n1,
real(kind=qp), dimension(n2, n3), intent(in)  b,
integer, intent(in)  n2,
real(kind=qp), dimension(n1, n3), intent(inout)  c,
integer, intent(in)  n3 
)
private

Definition at line 106 of file mxm_wrapper.F90.

◆ mxm_libxsmm_sp()

subroutine mxm_wrapper::mxm_libxsmm::mxm_libxsmm_sp ( real(kind=sp), dimension(n1, n2), intent(in)  a,
integer, intent(in)  n1,
real(kind=sp), dimension(n2, n3), intent(in)  b,
integer, intent(in)  n2,
real(kind=sp), dimension(n1, n3), intent(inout)  c,
integer, intent(in)  n3 
)
private

Definition at line 72 of file mxm_wrapper.F90.


The documentation for this interface was generated from the following file: