Skip to main content

Module raw_bgemm

Module raw_bgemm 

Source
Expand description

Raw borrowed-layout batched GEMM entry points. Raw borrowed-layout batched GEMM entry points.

This module is the prepared-replay boundary for callers that already own validated layout metadata. It keeps the public API independent of a concrete GEMM backend while still allowing backend modules to provide specialized raw implementations.

Functions§

bgemm_raw_strided_into
Batched strided GEMM on raw borrowed layout metadata using the active backend.
bgemm_raw_strided_into_unchecked
Batched strided GEMM on raw borrowed layout metadata without validation.
bgemm_raw_with_backend_into
Batched strided GEMM on raw borrowed metadata using an explicit backend.
bgemm_raw_with_backend_into_unchecked
Unchecked variant of bgemm_raw_with_backend_into.