MatrixLayoutAttribute#

enum nvmath.bindings.cublasLt.MatrixLayoutAttribute(value)[source]#

See cublasLtMatrixLayoutAttribute_t.

Member Type:

int

Valid values are as follows:

TYPE = <MatrixLayoutAttribute.TYPE: 0>#
ORDER = <MatrixLayoutAttribute.ORDER: 1>#
ROWS = <MatrixLayoutAttribute.ROWS: 2>#
COLS = <MatrixLayoutAttribute.COLS: 3>#
LD = <MatrixLayoutAttribute.LD: 4>#
BATCH_COUNT = <MatrixLayoutAttribute.BATCH_COUNT: 5>#
STRIDED_BATCH_OFFSET = <MatrixLayoutAttribute.STRIDED_BATCH_OFFSET: 6>#
PLANE_OFFSET = <MatrixLayoutAttribute.PLANE_OFFSET: 7>#
BATCH_MODE = <MatrixLayoutAttribute.BATCH_MODE: 8>#
GROUPED_ROWS_ARRAY = <MatrixLayoutAttribute.GROUPED_ROWS_ARRAY: 9>#
GROUPED_COLS_ARRAY = <MatrixLayoutAttribute.GROUPED_COLS_ARRAY: 10>#
GROUPED_LD_ARRAY = <MatrixLayoutAttribute.GROUPED_LD_ARRAY: 11>#
GROUPED_ROWS_COLS_ARRAY_INTEGER_WIDTH = <MatrixLayoutAttribute.GROUPED_ROWS_COLS_ARRAY_INTEGER_WIDTH: 12>#
GROUPED_LD_ARRAY_INTEGER_WIDTH = <MatrixLayoutAttribute.GROUPED_LD_ARRAY_INTEGER_WIDTH: 13>#