Skip to content

Commit 008e162

Browse files
authored
[mlir][x86vector] Restrict BF16 dot test to x86 (#124916)
Requires x86 target for the lit test to ensure required instructions are available.
1 parent 3a29dfe commit 008e162

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/test/Dialect/X86Vector/dot-bf16.mlir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: target=x86{{.*}}
2+
13
// RUN: mlir-opt %s \
24
// RUN: -convert-vector-to-llvm="enable-x86vector" -convert-to-llvm \
35
// RUN: -reconcile-unrealized-casts | \

0 commit comments

Comments
 (0)