torch-mlir/lib/Dialect/Refback/IR
Sean Silva 5227d52c26 [RefBackend] Use std.global_memref instead of homegrown thing
This vastly simplifies our code, allowing deleting multiple ops,
simplifying multiple passes, and removing a whole pass.

Now `refback` dialect is down to one op (refback.alloc_memref, which
simplifies allocations to just take a shape instead of individual
extents).
2020-11-13 18:43:50 -08:00
..
CMakeLists.txt Start reworking towards a shared library build. 2020-10-09 16:02:58 -07:00
RefbackDialect.cpp NFC: Clean up some minor nits 2020-10-30 18:48:25 -07:00
RefbackOps.cpp [RefBackend] Use std.global_memref instead of homegrown thing 2020-11-13 18:43:50 -08:00