The OpenD Programming Language

validate_gemm

Validates input data for GEMM operations.

import glas.ndslice;
extern (C) nothrow @nogc @system
alias validate_gemm = glas_validate_gemm

Return Value

0 on success and error code otherwise.

Meta