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

Renato Golin llvmlistbot at llvm.org
Tue Jan 28 10:03:52 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 | \
----------------
rengolin wrote:

This will crash on machines without the extension, no?

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


More information about the Mlir-commits mailing list