The OpenD Programming Language

glas_validate_gemm

Validates input data for GEMM operations.

extern (C) nothrow @nogc @system
int
glas_validate_gemm
(
Structure!2 as
,
Structure!2 bs
,
Structure!2 cs
,
ulong settings = 0
)

Parameters

as Structure!2

structure for matrix A

bs Structure!2

structure for matrix B

cs Structure!2

structure for matrix C

settings ulong

Operation settings. Allowed flags are ConjA, ConjB.

Return Value

Type: int

0 on success and error code otherwise.

Meta