Core GEMM Operations - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English

The fundamental matrix multiplication APIs:

// Float32 precision
aocl_gemm_f32f32f32of32(...)

// BFloat16 with float32 accumulation
aocl_gemm_bf16bf16f32of32(...)

// Quantized integer operations
aocl_gemm_u8s8s32os32(...)
aocl_gemm_s8s8s32os8(...)