mirror of
https://github.com/amd/blis.git
synced 2026-05-05 23:11:15 +00:00
Implemented reference unreorder bf16 function
Description: Implemented a c reference for aocl_gemm_unreorder_bf16bf16f32of32 function The implementation working for row major and column major yet to be enabled. AMD-Internal: [ SWLCSG-3279 ] Change-Id: Ibcce4180bb897a40252140012d8d6886c38cb77a
This commit is contained in:
@@ -108,6 +108,7 @@ BLIS_EXPORT_ADDON void aocl_unreorder_ ## LP_SFX \
|
||||
) \
|
||||
|
||||
AOCL_GEMM_UNREORDER(bfloat16, bf16bf16f32of32);
|
||||
AOCL_GEMM_UNREORDER(bfloat16, bf16bf16f32of32_reference);
|
||||
|
||||
#define AOCL_GEMM_MATMUL(A_type,B_type,C_type,Sum_type,LP_SFX) \
|
||||
BLIS_EXPORT_ADDON void aocl_gemm_ ## LP_SFX \
|
||||
|
||||
Reference in New Issue
Block a user