Searched refs:ColumnMajor (Results 1 – 1 of 1) sorted by relevance
78 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enumerator81 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),83 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-major",262 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()264 : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) { in MatrixTy()1159 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorLoad()1222 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorStore()1317 MatrixLayout != MatrixLayoutTy::ColumnMajor) in lowerDotProduct()1751 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in emitSIMDTiling()1828 if (MatrixLayout == MatrixLayoutTy::ColumnMajor in LowerMatrixMultiplyFused()[all …]