[Mlir-commits] [mlir] [mlir] Improvements to the 'quant' dialect (PR #100667)
Spenser Bauman
llvmlistbot at llvm.org
Fri Jul 26 17:54:16 PDT 2024
================
@@ -0,0 +1,16 @@
+add_mlir_dialect_library(MLIRQuantTransforms
+ LowerQuantOps.cpp
+ StripFuncQuantTypes.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ {$MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Quant/Transforms
+
+ DEPENDS
+ MLIRQuantTransformsIncGen
+
+ LINK_LIBS PUBLIC
----------------
sabauma wrote:
Given the dialect dependencies of the `lower-quant-ops` pass, you probably need link-time dependencies on the corresponding dialects.
https://github.com/llvm/llvm-project/pull/100667
More information about the Mlir-commits
mailing list