Closed japaric closed 9 years ago
This can be mapped to GEMV/GEMM with beta = 0.
beta = 0
This is effectively the unsugared version of the operation y[..] = alpha * A * x
y[..] = alpha * A * x
This can be mapped to GEMV/GEMM with
beta = 0
.This is effectively the unsugared version of the operation
y[..] = alpha * A * x