File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- add_mlir_dialect_library (MLIRGENDialect
1
+ gc_add_mlir_dialect_library (MLIRGENDialect
2
2
IR/GENDialect.cpp
3
3
4
4
ADDITIONAL_HEADER_DIRS
@@ -17,5 +17,4 @@ add_mlir_dialect_library(MLIRGENDialect
17
17
MLIRLLVMDialect
18
18
MLIRSideEffectInterfaces
19
19
GcInterface
20
- )
21
- set_property (GLOBAL APPEND PROPERTY GC_DIALECT_LIBS MLIRGENDialect )
20
+ )
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ int main(int argc, char *argv[]) {
75
75
mlir::registerAllToLLVMIRTranslations (registry);
76
76
mlir::gen::registerGenTargetInterfaceExternalModels (registry);
77
77
mlir::registerGENDialectTranslation (registry);
78
- #ifdef GC_USE_GPU
78
+ #ifdef GC_USE_IMEX
79
79
registry.insert <::imex::xetile::XeTileDialect, ::imex::gpux::GPUXDialect>();
80
80
#endif
81
81
mlir::cpuruntime::registerConvertCPURuntimeToLLVMInterface (registry);
You can’t perform that action at this time.
0 commit comments