Home
last modified time | relevance | path

Searched refs:CeedMagmaFunction (Results 1 – 2 of 2) sorted by relevance

/libCEED/backends/magma/
H A Dceed-magma.h30 typedef hipFunction_t CeedMagmaFunction; typedef
38 typedef CUfunction CeedMagmaFunction; typedef
48 CeedMagmaFunction Interp;
49 CeedMagmaFunction InterpTranspose;
50 CeedMagmaFunction InterpTransposeAdd;
51 CeedMagmaFunction Grad;
52 CeedMagmaFunction GradTranspose;
53 CeedMagmaFunction GradTransposeAdd;
54 CeedMagmaFunction Weight;
62 CeedMagmaFunction Interp[MAGMA_NONTENSOR_KERNEL_INSTANCES];
[all …]
H A Dceed-magma-basis.c383 CeedMagmaFunction Kernel; in CeedBasisApplyNonTensorCore_Magma()