torch-mlir/lib/Conversion
Sean Silva 5d9222383c Split up TorchToLinalg.cpp
This helps keep things organized and also exposes more parallelism to
the build system. It seems though that most of the compile time is
actually spent in the headers though, so the wall time doesn't decrease
as much as I had hoped (and now that the headers are being included
multiple times, the cpu time actually increases a lot, sadly -- will try
to dig into this).
2022-03-14 10:19:41 -07:00
..
TorchToLinalg Split up TorchToLinalg.cpp 2022-03-14 10:19:41 -07:00
TorchToSCF Update external/llvm-project 2022-01-18 13:25:42 -05:00
TorchToStd LLVM bump 2022-02-16 15:28:13 -05:00
TorchToTMTensor [MLIR][TORCH] Add TorchToTMTensor pass 2022-03-08 22:52:34 +05:30
TorchToTosa [tosa] Support for Aten[Zeros|Ones|Fill_Scalar] ops (#604) 2022-02-16 09:53:51 -08:00
Utils [MLIR][TORCH] Move common helper functions to Utils.cpp 2022-03-08 22:52:34 +05:30
CMakeLists.txt [MLIR][TORCH] Add TorchToTMTensor pass 2022-03-08 22:52:34 +05:30
PassDetail.h Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
Passes.cpp [MLIR][TORCH] Add TorchToTMTensor pass 2022-03-08 22:52:34 +05:30