brintos

brintos / llvm-project-archived public Read only

0
0
Text · 231 B · 50381f0 Raw
13 lines · plain
1add_mlir_dialect_library(MLIRQuantUtils2  UniformSupport.cpp3  FakeQuantSupport.cpp4 5  ADDITIONAL_HEADER_DIRS6  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/QuantOps/Utils7 8  LINK_LIBS PUBLIC9  MLIRIR10  MLIRQuantDialect11  MLIRSupport12  )13