File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_mlir_dialect_library(MLIRAMDGPUTransforms
55 ResolveStridedMetadata.cpp
66
77 ADDITIONAL_HEADER_DIRS
8- {$ MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/AMDGPU/Transforms
8+ ${ MLIR_MAIN_INCLUDE_DIR} /mlir/Dialect/AMDGPU/Transforms
99
1010 DEPENDS
1111 MLIRAMDGPUTransformsIncGen
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ add_mlir_dialect_library(MLIRArithTransforms
1212 UnsignedWhenEquivalent.cpp
1313
1414 ADDITIONAL_HEADER_DIRS
15- {$ MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Arith/Transforms
15+ ${ MLIR_MAIN_INCLUDE_DIR} /mlir/Dialect/Arith/Transforms
1616
1717 DEPENDS
1818 MLIRArithTransformsIncGen
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ add_mlir_dialect_library(MLIRControlFlowTransforms
33 BufferizableOpInterfaceImpl.cpp
44
55 ADDITIONAL_HEADER_DIRS
6- {$ MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/ControlFlow/Transforms
6+ ${ MLIR_MAIN_INCLUDE_DIR} /mlir/Dialect/ControlFlow/Transforms
77
88 LINK_LIBS PUBLIC
99 MLIRBufferizationDialect
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ add_mlir_dialect_library(MLIRQuantTransforms
44 StripFuncQuantTypes.cpp
55
66 ADDITIONAL_HEADER_DIRS
7- {$ MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Quant/Transforms
7+ ${ MLIR_MAIN_INCLUDE_DIR} /mlir/Dialect/Quant/Transforms
88
99 DEPENDS
1010 MLIRQuantTransformsIncGen
You can’t perform that action at this time.
0 commit comments