xblas

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GemmF16

func GemmF16(m, n, k int, a, b, c []float16.Float16)

GemmF16 computes C = A * B for Float16 by converting through float32 SGEMM.

func GemmF32

func GemmF32(m, n, k int, a, b, c []float32)

GemmF32 computes C = A * B for row-major contiguous matrices. A has shape (m, k), B has shape (k, n), C has shape (m, n). Strides are assumed to be k for A and n for B and C.

func GemmF64

func GemmF64(m, n, k int, a, b, c []float64)

GemmF64 computes C = A * B for row-major contiguous matrices.

func GemmF8

func GemmF8(m, n, k int, a, b, c []float8.Float8)

GemmF8 computes C = A * B for Float8 by converting through float32 SGEMM.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL