[Mlir-commits] [mlir] [mlir][x86vector] Lower BF16 vector.contract to FMA using AVX2 BF16 packed ops. (PR #170267)
Adam Siemieniuk
llvmlistbot at llvm.org
Wed Dec 10 03:05:28 PST 2025
================
@@ -0,0 +1,13 @@
+add_mlir_dialect_library(MLIRX86VectorUtils
+ X86VectorUtils.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/X86Vector/Utils
+
+ LINK_LIBS PUBLIC
----------------
adam-smnk wrote:
I think it'll also need linalg for `inferContractionDims`.
Could you double check with `-DBUILD_SHARED_LIBS=ON`?
https://github.com/llvm/llvm-project/pull/170267
More information about the Mlir-commits
mailing list