module sgemm
class Sgemm
An Sgemm model vAccel resource.
Attributes:
def_arg_write
(bytes): The result of the operation__op__
: The genop operation type
classmethod sgemm
sgemm(m: int, n: int, k: int, alpha: float, lda: int, ldb: int, beta: float)
Performs the Sgemm using vAccel over genop.
Args:
m
: An integer for m dimensionn
: An integer for m dimensionk
: An integer for m dimensionalpha
: A float for scalar constantlda
: An integer for the dimensionldb
: An integer for the dimensionbeta
: A float for scalar constant
Returns:
ldc
: An integer