Home
last modified time | relevance | path

Searched defs:D_MR (Results 1 – 3 of 3) sorted by relevance

/dports/math/blis/blis-0.8.1/kernels/zen/3/
H A Dbli_trsm_small.c949 dim_t D_MR = 4; //size of block along 'M' dimpension in bli_dtrsm_small_AlXB() local
3006 dim_t D_MR = 4; //size of block along 'M' dimpension in bli_dtrsm_small_AlXB_unitDiag() local
4676 dim_t D_MR = 8; //block dimension along the rows in bli_dtrsm_small_XAuB() local
6403 dim_t D_MR = 8; //block dimension along the rows in bli_dtrsm_small_XAuB_unitDiag() local
7857 dim_t D_MR = 8; //block dimension along the rows in bli_dtrsm_small_XAltB() local
9611 dim_t D_MR = 8; //block dimension along the rows in bli_dtrsm_small_XAltB_unitDiag() local
11080 dim_t D_MR = 8; //block dimension along the rows in bli_dtrsm_small_XAlB() local
12329 dim_t D_MR = 8; //block dimension along the rows in bli_dtrsm_small_XAlB_unitDiag() local
13324 dim_t D_MR = 8; //block dimension along the rows in bli_dtrsm_small_XAutB() local
14593 dim_t D_MR = 8; //block dimension along the rows in bli_dtrsm_small_XAutB_unitDiag() local
H A Dbli_gemm_small.c46 #define D_MR (MR >> 1) macro
H A Dbli_syrk_small.c42 #define D_MR (MR >> 1) macro