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:
mkurumel
2021-06-02 21:07:02 +05:30
parent 99e3bce065
commit 9afbb11b4f

View File

@@ -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. */