mirror of
https://github.com/amd/blis.git
synced 2026-05-12 10:05:38 +00:00
Fix in ZTRSM Small MT
Details: 1. Changes are made in ztrsm small MT path,to avoid accuracy issues reported in libflame tests. AMD-Internal: [CPUPL-2476] Change-Id: Ic279106343fb1744e89ff4c920023adbe1d0158a
This commit is contained in:
@@ -1291,30 +1291,7 @@ void ztrsm_
|
||||
return;
|
||||
}
|
||||
}
|
||||
#ifdef BLIS_ENABLE_OPENMP
|
||||
|
||||
// bli_trsm_small_mt supports till n_threads equal to 8
|
||||
if( bli_cntx_trsm_small_thresh_is_met_zen(&ao, m0, n0) == true )
|
||||
{
|
||||
err_t status;
|
||||
status = bli_trsm_small_mt(
|
||||
blis_side,
|
||||
&alphao,
|
||||
&ao,
|
||||
&bo,
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
if ( status == BLIS_SUCCESS )
|
||||
{
|
||||
AOCL_DTL_TRACE_EXIT(AOCL_DTL_LEVEL_INFO);
|
||||
/* Finalize BLIS. */
|
||||
bli_finalize_auto();
|
||||
return;
|
||||
}
|
||||
}
|
||||
#endif// BLIS_ENABLE_OPENMP
|
||||
} // bli_cpuid_is_avx_supported}
|
||||
} // bli_cpuid_is_avx_supported
|
||||
#endif
|
||||
|
||||
bli_trsmnat
|
||||
|
||||
Reference in New Issue
Block a user