mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Some fixes to the bgq config
MR and NR for double complex were wrong Default fusing factor for double precision was wrong as well
This commit is contained in:
@@ -57,7 +57,6 @@ void bli_daxpyv_opt_var1(
|
||||
}
|
||||
// Call the reference implementation if needed.
|
||||
if ( use_ref == TRUE ) {
|
||||
printf("Defaulting to reference!");
|
||||
BLIS_DAXPYV_KERNEL_REF( conjx, n, alpha, x, incx, y, incy );
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user