Searched refs:transposition (Results 1 – 4 of 4) sorted by relevance
295 SmallVector<int64_t> transposition = in vectorizeLinalgIndex() local297 std::swap(transposition.back(), transposition[indexOp.dim()]); in vectorizeLinalgIndex()299 b.create<vector::TransposeOp>(loc, broadCastOp, transposition); in vectorizeLinalgIndex()
11 @.str3 = private constant [54 x i8] c"Using %d transposition table entries with %d probes.\0A\00", …
1156 // expected-error@+1 {{'vector.transpose' op transposition length mismatch: 3}}1163 // expected-error@+1 {{'vector.transpose' op transposition index out of range: 2}}
1189 [affine-map](Affine.md#affine-maps) which specifies the transposition on the1397 [affine-map](Affine.md#affine-maps) which specifies the transposition on the2395 let summary = "Vector matrix transposition on flattened 1-D MLIR vectors";