[Mlir-commits] [mlir] [mlir][x86vector] AVX512-BF16 Dot op (PR #124800)

Adam Siemieniuk llvmlistbot at llvm.org
Tue Jan 28 11:22:07 PST 2025


================
@@ -0,0 +1,25 @@
+// RUN: mlir-opt %s -convert-vector-to-scf -convert-scf-to-cf -convert-vector-to-llvm="enable-x86vector" -convert-to-llvm -reconcile-unrealized-casts | \
+// RUN: mlir-translate --mlir-to-llvmir | \
+// RUN: %lli --entry-function=entry --mattr="avx512bf16" --dlopen=%mlir_c_runner_utils | \
----------------
adam-smnk wrote:

Yes.
Currently x86 tests are opt-in and the test suite doesn't have any filtering mechanism.
We could introduce some extension checker like we have downstream but I feel it's a bit too hacky. 

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


More information about the Mlir-commits mailing list