mirror of
https://github.com/amd/blis.git
synced 2026-05-12 01:59:59 +00:00
CPUPL-929:Improve Complex GEMM performance
Removed print which was part of kernel Change-Id: I288e0151ba8da8d6dd4415734c88ed3474ba3a5b
This commit is contained in:
@@ -161,9 +161,6 @@ void bli_cgemmsup_rv_zen_asm_3x8m
|
||||
);
|
||||
cij += nr_cur*cs_c0; bj += nr_cur*cs_b0; n_left -= nr_cur;
|
||||
}
|
||||
if(n_left!=0)
|
||||
printf("Reached n_left: %ld which is not yet implemented\n",n_left);
|
||||
|
||||
if ( 1 == n_left )
|
||||
{
|
||||
bli_cgemv_ex
|
||||
|
||||
@@ -140,10 +140,6 @@ void bli_zgemmsup_rv_zen_asm_3x4m
|
||||
);
|
||||
cij += nr_cur*cs_c0; bj += nr_cur*cs_b0; n_left -= nr_cur;
|
||||
}
|
||||
if(n_left!=0)
|
||||
printf("Reached n_left: %ld which is not yet implemented\n",n_left);
|
||||
|
||||
|
||||
if ( 1 == n_left )
|
||||
{
|
||||
bli_zgemv_ex
|
||||
|
||||
Reference in New Issue
Block a user