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