Skip to content

Commit dc17a00

Browse files
committed
[mlir][x86vector] Restrict BF16 dot test to x86
Requires x86 target for the lit test to ensure required instruction are available.
1 parent 2f40145 commit dc17a00

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)