mirror of
https://github.com/amd/blis.git
synced 2026-05-12 10:05:38 +00:00
- In zen4 TRSM and GEMM have different blocksizes, when trsm is called, blocksizes are changed in global cntx object. If GEMM and TRSM are called in parallel, blocksizes in global cntx will not be correct for GEMM which will cause a seg fault. - To fix this, a local copy of cntx is created and blocksizes are changed only in the local copy. AMD-Internal:[CPUPL-2896] Change-Id: I0e724520a92fc3b2ed0becf385ec41ab5d1b4490