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.