1 // magma functions specific to ceed 2 3 #define USE_MAGMA_BATCH 4 5 void magma_dtensor_contract(Ceed ceed, 6 CeedInt A, CeedInt B, CeedInt C, CeedInt J, 7 const CeedScalar *t, CeedTransposeMode tmode, 8 const CeedInt Add, 9 const CeedScalar *u, CeedScalar *v); 10