Searched refs:ColumnMajor (Results 1 – 1 of 1) sorted by relevance
72 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enumerator75 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),77 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-major",219 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()222 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()224 : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) { in MatrixTy()346 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in ShapeInfo()862 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorLoad()929 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorStore()1287 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in emitSIMDTiling()[all …]