xref: /libCEED/rust/libceed-sys/c-src/backends/magma/tuning/indices.h (revision f80f4a748154eed4bc661c135f695b92b1bc45b9)
1 // for std 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 4
11 #define M_INDEX_RTC 0
12 #define N_INDEX_RTC 1
13 #define K_INDEX_RTC 2
14 #define NB_INDEX_RTC 3
15