mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
Merge commit 'b683d01b' into amd-main
* commit 'b683d01b': Use extra #undef when including ba/ex API headers. Minor preprocessor/header cleanup. Fixed typo in cpp guard in bli_util_ft.h. Defined eqsc, eqv, eqm to test object equality. Defined setijv, getijv to set/get vector elements. Minor API breakage in bli_pack API. Add err_t* "return" parameter to malloc functions. Always stay initialized after BLAS compat calls. Renamed membrk files/vars/functions to pba. Switch allocator mutexes to static initialization. AMD-Internal: [CPUPL-2698] Change-Id: Ied2ca8619f144d4b8a7123ac45a1be0dda3875df
This commit is contained in:
@@ -680,10 +680,6 @@ void GENBARNAME(cntx_init)
|
||||
bli_cntx_set_schema_a_block( BLIS_PACKED_ROW_PANELS, cntx );
|
||||
bli_cntx_set_schema_b_panel( BLIS_PACKED_COL_PANELS, cntx );
|
||||
bli_cntx_set_schema_c_panel( BLIS_NOT_PACKED, cntx );
|
||||
|
||||
//bli_cntx_set_anti_pref( FALSE, cntx );
|
||||
|
||||
//bli_cntx_set_membrk( bli_membrk_query(), cntx );
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user