1 // For standard GEMM kernels 2 #define RECORD_LENGTH 5 3 #define M_INDEX 0 4 #define N_INDEX 1 5 #define K_INDEX 2 6 #define N_BATCH_INDEX 3 7 #define USE_MAGMA_INDEX 4 8 9 // For RTC kernels 10 #define RECORD_LENGTH_RTC 5 11 #define P_INDEX_RTC 0 12 #define Q_INDEX_RTC 1 13 #define N_INDEX_RTC 2 14 #define Q_COMP_INDEX_RTC 3 15 #define NB_INDEX_RTC 4 16