[Mlir-commits] [mlir] [mlir][x86vector] Restrict BF16 dot test to x86 (PR #124916)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jan 29 04:31:53 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Adam Siemieniuk (adam-smnk)

<details>
<summary>Changes</summary>

Requires x86 target for the lit test to ensure required instructions are available.

---
Full diff: https://github.com/llvm/llvm-project/pull/124916.diff


1 Files Affected:

- (modified) mlir/test/Dialect/X86Vector/dot-bf16.mlir (+2) 


``````````diff
diff --git a/mlir/test/Dialect/X86Vector/dot-bf16.mlir b/mlir/test/Dialect/X86Vector/dot-bf16.mlir
index 8c7bf6490800e3..b7ac46a66cebff 100644
--- a/mlir/test/Dialect/X86Vector/dot-bf16.mlir
+++ b/mlir/test/Dialect/X86Vector/dot-bf16.mlir
@@ -1,3 +1,5 @@
+// REQUIRES: target=x86{{.*}}
+
 // RUN: mlir-opt %s \
 // RUN:   -convert-vector-to-llvm="enable-x86vector" -convert-to-llvm \
 // RUN:   -reconcile-unrealized-casts | \

``````````

</details>


https://github.com/llvm/llvm-project/pull/124916


More information about the Mlir-commits mailing list