torch-mlir/lib/RefBackend
Sean Silva 57e58b9272 [RefBackend] Use upstream func-bufferize pass.
Now, the only bufferization we have left is lowering tensor constants to
memref, which will hopefully proceed soon after Rahul's new
std.global_memref lands + the lowering to LLVM IR. Then I'll port
LowerConstantTensorsToMemref to upstream and we'll be 100% upstream
bufferization, except for our local TCP dialect (which will probably go
away and be replaced by std elementwise + linalg named ops on tensors :)
).
2020-11-02 17:38:33 -08:00
..
JITHelpers Bump llvm-project to c8c07b76b2cf2ada8e7ec132f7f57b97d76743cf. 2020-10-29 15:25:55 -07:00
Runtime Start reworking towards a shared library build. 2020-10-09 16:02:58 -07:00
TensorToMemref [RefBackend] Use upstream func-bufferize pass. 2020-11-02 17:38:33 -08:00
CMakeLists.txt [RefBackend] Use upstream func-bufferize pass. 2020-11-02 17:38:33 -08:00
LowerToLLVM.cpp NFC: Clean up some minor nits 2020-10-30 18:48:25 -07:00
LowerToRefbackrtABI.cpp Bump llvm-project to c8c07b76b2cf2ada8e7ec132f7f57b97d76743cf. 2020-10-29 15:25:55 -07:00
PassDetail.h [RefBackend] Rename "E2E" to RefBackend. 2020-10-07 10:29:48 -07:00
RefBackend.cpp [RefBackend] Use upstream func-bufferize pass. 2020-11-02 17:38:33 -08:00