mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Fix merge conflicts after rebase with release branch
Change-Id: I581b26c6d515f717ff0dce91c7c0c92553aa2630
This commit is contained in:
@@ -46,7 +46,7 @@ void bli_gemm_front
|
||||
cntl_t* cntl
|
||||
)
|
||||
{
|
||||
|
||||
|
||||
#ifdef BLIS_SMALL_MATRIX_ENABLE
|
||||
gint_t status = bli_gemm_small_matrix(alpha, a, b, beta, c, cntx, cntl);
|
||||
if(BLIS_SUCCESS != status)
|
||||
|
||||
Reference in New Issue
Block a user