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 9ba1222 commit e27d11cCopy full SHA for e27d11c
mlir/test/Dialect/Vector/CPU/X86/vector-transpose-lowering.mlir
@@ -1,7 +1,8 @@
1
// RUN: mlir-opt %s --transform-interpreter --split-input-file | FileCheck %s
2
3
-// NOTE: This file tests lowering from the X86 dialect. Since X86 does not
4
-// support scalable vectors, all examples in this file use fixed-width vectors.
+// NOTE: This file tests lowerings that are implemented in the X86Vector
+// dialect. Since X86 does not support scalable vectors, all examples in this
5
+// file use fixed-width vectors.
6
7
// CHECK-LABEL: func @transpose4x8
8
func.func @transpose4x8xf32(%arg0: vector<4x8xf32>) -> vector<8x4xf32> {
0 commit comments