Disabled no post-ops path in lpgemm f32 kernels for few gcc versions

Guarded np (no post-ops) path in f32 API with a macro 
 as a workaround as gcc 11.4 and 11.2 are giving accuracy issues 
 with np path.
This commit is contained in:
Bhaskar, Nallani
2025-09-22 15:52:21 +05:30
committed by GitHub
parent 807de2a990
commit db3134ed6d
3 changed files with 20 additions and 0 deletions

View File

@@ -47,6 +47,11 @@
//#define DUMP_JIT_CODE
#endif
#if ( defined( BLIS_GCC ) && ( ( __GNUC__ >= 12 ) ) )
#define BLIS_GCC_12_ABOVE
#endif
typedef void (*lpgemm_m_fringe_f32_ker_ft)
(
const dim_t k0,