mirror of
https://github.com/amd/blis.git
synced 2026-04-20 15:48:50 +00:00
- Remove redundant AOCL_DTL_LOG_NUM_THREADS calls from early return paths - Update thread count logging to use AOCL_get_requested_threads_count() for early exits - Clean up duplicate DTL logging in gemv_unf_var1 and gemv_unf_var2 implementations - Remove thread count logging from bli_dgemv_n_zen4_int kernel variants - Simplify aocldtl_blis.c AOCL_DTL_log_gemv_sizes by removing redundant conditional - Standardize DTL trace exit patterns across axpy, scal, and gemv operations - Remove commented-out DTL logging code in zen4 gemv kernel This patch ensures thread count is logged only once per operation and uses the correct API (AOCL_get_requested_threads_count) for early exit scenarios where the actual execution thread count may differ from requested threads.