mirror of
https://github.com/amd/blis.git
synced 2026-05-13 02:25:39 +00:00
DTL Logging bug in GEMV
Details : - Fixed Incorrect Macro used in dgemv and cgemv Trace logging exit. AMD-Internal: [CPUPL-1403] Change-Id: Icac502d8d4adad112754d9c764a30d3db56a743f
This commit is contained in:
@@ -184,7 +184,7 @@ void bli_dgemv_unf_var2
|
||||
|
||||
if( bli_deq0( *alpha ) )
|
||||
{
|
||||
AOCL_DTL_TRACE_EXIT(AOCL_DTL_TRACE_LEVEL_3)
|
||||
AOCL_DTL_TRACE_EXIT(AOCL_DTL_LEVEL_TRACE_3)
|
||||
return;
|
||||
}
|
||||
/* Fusing factor. */
|
||||
@@ -418,7 +418,7 @@ void bli_cgemv_unf_var2
|
||||
|
||||
if( bli_ceq0( *alpha ) )
|
||||
{
|
||||
AOCL_DTL_TRACE_EXIT(AOCL_DTL_TRACE_3)
|
||||
AOCL_DTL_TRACE_EXIT(AOCL_DTL_LEVEL_TRACE_3)
|
||||
return;
|
||||
}
|
||||
/* fusing factor. */
|
||||
|
||||
Reference in New Issue
Block a user