From 99dc9066fbbdc4b7444b382e4ae98b3b5fbebbf2 Mon Sep 17 00:00:00 2001 From: satish kumar nuggu Date: Tue, 30 Aug 2022 18:02:19 +0530 Subject: [PATCH] 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 --- frame/compat/bla_trsm_amd.c | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/frame/compat/bla_trsm_amd.c b/frame/compat/bla_trsm_amd.c index 8ca7434bd..e143a88d3 100644 --- a/frame/compat/bla_trsm_amd.c +++ b/frame/compat/bla_trsm_amd.c @@ -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