For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo module
blas
Vendor BLAS matmul wrappers for cuBLAS, cuBLASLt, rocBLAS, and hipBLASLt.
Exposes a backend-agnostic matmul entry point plus Backend and Handle
types that abstract over the NVIDIA and AMD vendor libraries so callers can
dispatch GEMM operations without binding to a specific vendor API.
Structs
-
Backend: Identifies which vendor BLAS library backs a matmul operation. -
Handle: Owns a vendor BLAS library handle for a resolvedBackend.
Functions
-
matmul: Matmul using the vendor BLAS library for NullableTileTensor operands.