Files
Varaganti, Kiran 49961aa569 Fix DTL dynamic thread logging in BLAS operations (#230)
- 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.
2025-10-24 13:34:00 +01:00
..
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00
2023-09-11 08:42:11 -04:00