libxsmm_dmmcall_abc Subroutine

public subroutine libxsmm_dmmcall_abc(kernel, a, b, c)

Calls the kernel with the given arguments. Alternatively, PROCPOINTER can be used as shown by the inner comments of this routine (LIBXSMM_FUNCTION3). The libxsmm_xmmcall routines can be used in FORTRAN77.

Arguments

Type IntentOptional Attributes Name
type(LIBXSMM_DMMFUNCTION), intent(in) :: kernel
real(kind=C_DOUBLE), intent(in), TARGET :: a(*)
real(kind=C_DOUBLE), intent(in), TARGET :: b(*)
real(kind=C_DOUBLE), intent(inout), TARGET :: c(*)

Contents