Examples - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English
Table 5.9 Function Name Examples#

Function Name

Meaning

aocl_gemm_f32f32f32of32

float32 × float32 → float32 (with float32 accumulation)

aocl_gemm_bf16bf16f32of32

bfloat16 × bfloat16 → float32 (with float32 accumulation)

aocl_gemm_u8s8s32os8

uint8 × int8 → int8 (with int32 accumulation)

aocl_gemm_bf16s4f32of32

bfloat16 × int4 → float32 (with float32 accumulation)