torch-mlir/lib/RefBackend
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
..
JITHelpers Bump llvm-project to c8c07b76b2cf2ada8e7ec132f7f57b97d76743cf. 2020-10-29 15:25:55 -07:00
Runtime [RefBackend] Use std.global_memref instead of homegrown thing 2020-11-13 18:43:50 -08:00
CMakeLists.txt [RefBackend] Use std.global_memref instead of homegrown thing 2020-11-13 18:43:50 -08:00
LowerToLLVM.cpp [RefBackend] Use std.global_memref instead of homegrown thing 2020-11-13 18:43:50 -08:00
LowerToRefbackrtABI.cpp [RefBackend] Use std.global_memref instead of homegrown thing 2020-11-13 18:43:50 -08:00
PassDetail.h [RefBackend] Rename "E2E" to RefBackend. 2020-10-07 10:29:48 -07:00
RefBackend.cpp [RefBackend] Use std.global_memref instead of homegrown thing 2020-11-13 18:43:50 -08:00