Changes

Jump to: navigation, search

GPU610/DPS915 Student Resources

39 bytes removed, 16:24, 20 September 2012
segmm
'''''M'''''
:represents:::is the number of rows Rows in matrix matrices A::and:::the number of rows in matrix BC
:M must be greater than or equal to zero.
'''''N'''''
:represents is the number of columns Columns in output matrix c. The Matrices B and C '''''K''''':is the number of columns must be greater than or equal to zero.Columns in matrix A and Rows in matrix B
'''''alpha'''''
:is the scaling constant for matrix a
 
'''''A'''''
:is the leading dimension of the array specified by a. The leading dimension must be greater than zero. If transa is specified as 'N' or 'n', the leading dimension must be greater than or equal to 1. If transa is specified as 'T' or 't', the leading dimension must be greater than or equal to the value specified in m.
'''''bB'''''
:is the input matrix b of float (for sgemm).
:is the scaling constant for matrix c
'''''cC'''''
:is the output matrix c of float (for sgemm) or double (for dgemm) values.
1
edit

Navigation menu