Lines Matching refs:CeedMagmaFunction
30 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];
63 CeedMagmaFunction InterpTranspose[MAGMA_NONTENSOR_KERNEL_INSTANCES];
64 CeedMagmaFunction InterpTransposeAdd[MAGMA_NONTENSOR_KERNEL_INSTANCES];
65 CeedMagmaFunction Deriv[MAGMA_NONTENSOR_KERNEL_INSTANCES];
66 CeedMagmaFunction DerivTranspose[MAGMA_NONTENSOR_KERNEL_INSTANCES];
67 CeedMagmaFunction DerivTransposeAdd[MAGMA_NONTENSOR_KERNEL_INSTANCES];
68 CeedMagmaFunction Weight;