torch-mlir/include/npcomp/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 [RefBackend] Put JITModule in refback namsepace. 2020-10-08 09:07:00 -07:00
Runtime [RefBackend] Rename Npcomprt dialect to Refbackrt. 2020-10-08 09:07:00 -07:00
CMakeLists.txt [RefBackend] Rename "E2E" to RefBackend. 2020-10-07 10:29:48 -07:00
Passes.td [RefBackend] Use upstream func-bufferize pass. 2020-11-02 17:38:33 -08:00
RefBackend.h [RefBackend] Use upstream std bufferization. 2020-10-21 16:46:56 -07:00