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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jan 29 05:10:17 PST 2025


Author: Adam Siemieniuk
Date: 2025-01-29T14:10:13+01:00
New Revision: 008e16242b86fcae41326b8937835cca1e991433

URL: https://github.com/llvm/llvm-project/commit/008e16242b86fcae41326b8937835cca1e991433
DIFF: https://github.com/llvm/llvm-project/commit/008e16242b86fcae41326b8937835cca1e991433.diff

LOG: [mlir][x86vector] Restrict BF16 dot test to x86 (#124916)

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

Added: 
    

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

Removed: 
    


################################################################################
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 | \


        


More information about the Mlir-commits mailing list