Clients who rely on the Context loading dialects from the global
registry can call mlir::enableGlobalDialectRegistry(true); before
creating an MLIRContext
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D86897
Fix mlir-reduce to explicitly register dialects and disable the global dialect registry by default ClosedPublic Authored by mehdi_amini on Aug 31 2020, 3:41 PM.
Details Summary Clients who rely on the Context loading dialects from the global
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptAug 31 2020, 3:41 PM This revision is now accepted and ready to land.Aug 31 2020, 3:52 PM This revision was landed with ongoing or failed builds.Aug 31 2020, 3:55 PM Closed by commit rGf54914081fd4: Fix mlir-reduce to explicitly register dialects and disable the global dialect… (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 289038 mlir/lib/IR/Dialect.cpp
mlir/tools/mlir-reduce/CMakeLists.txt
mlir/tools/mlir-reduce/mlir-reduce.cpp
|