mirror of
https://github.com/amd/blis.git
synced 2026-05-05 06:51:11 +00:00
Deprecate S16 LPGEMM APIs.
-The following S16 APIs are removed: 1. aocl_gemm_u8s8s16os16 2. aocl_gemm_u8s8s16os8 3. aocl_gemm_u8s8s16ou8 4. aocl_gemm_s8s8s16os16 5. aocl_gemm_s8s8s16os8 along with the associated reorder APIs and corresponding framework elements. AMD-Internal: [CPUPL-6412] Change-Id: I251f8b02a4cba5110615ddeb977d86f5c949363b
This commit is contained in:
@@ -93,11 +93,9 @@ void lpgemm_rowvar_ ## LP_SFX \
|
||||
) \
|
||||
|
||||
LPGEMM_5LOOP(uint8_t,int8_t,int32_t,u8s8s32o32);
|
||||
LPGEMM_5LOOP(uint8_t,int8_t,int16_t,u8s8s16o16);
|
||||
LPGEMM_5LOOP(float,float,float,f32f32f32of32);
|
||||
LPGEMM_5LOOP(bfloat16,bfloat16,float,bf16bf16f32of32);
|
||||
LPGEMM_5LOOP(int8_t,int8_t,int32_t,s8s8s32o32);
|
||||
LPGEMM_5LOOP(int8_t,int8_t,int16_t,s8s8s16o16);
|
||||
|
||||
#define LPGEMM_5LOOP1(A_type,B_type,C_type,LP_SFX) \
|
||||
void lpgemm_rowvar_ ## LP_SFX \
|
||||
|
||||
Reference in New Issue
Block a user