We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe3240 commit 0854960Copy full SHA for 0854960
mlir/test/Dialect/Vector/linearize-subject-to-bitwidth.mlir
@@ -21,7 +21,9 @@ func.func @test_result_bitwidth_64(%arg0: vector<2x2xf32>) -> vector<2x2xf32> {
21
22
// -----
23
24
-// Test that operations with vectors of index type are not linearized.
+// The size of the 'index' type is backend specific, so we cannot guarantee that
25
+// the inner-most dimension below (of size 2*nbBits(index)) is below any bitwidth
26
+// threshold. Test that operations with vectors of index type are not linearized.
27
28
// ALL-LABEL: test_index_no_linearize
29
func.func @test_index_no_linearize(%arg0: vector<2x2xindex>, %arg1: vector<2x2xindex>) -> vector<2x2xindex> {
0 commit comments