mirror of
https://github.com/amd/blis.git
synced 2026-05-26 07:25:28 +00:00
Changed double precision trsm kernel macro definition to bli_dtrsm_l_int_6x8 from 6x16 : it fixes the seg fault
Change-Id: Ia8c1de5fe13a370d691570a50136d55ffb18908a
This commit is contained in:
committed by
pradeeptrgit
parent
d250e6a3af
commit
b3ed4933aa
@@ -158,7 +158,7 @@
|
||||
// -- trsm-related --
|
||||
|
||||
#define BLIS_STRSM_L_UKERNEL bli_strsm_l_int_6x16
|
||||
#define BLIS_DTRSM_L_UKERNEL bli_dtrsm_l_int_6x16
|
||||
#define BLIS_DTRSM_L_UKERNEL bli_dtrsm_l_int_6x8
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user