torch-mlir/lib/Conversion
Yi Zhang 0cb216a1ad [Torch][Linalg] Add basic support for RNG
This PR include the following pieces:
- Add torch `Generator` type. `Generator` type is converted to i64 in
refbackend type converter.
- Add seed managment support for the default global generator.
`torch_c.getNextSeed` op is used to get the seed. On refbackend, the
`torch_c.getNextSeed` is lowered to load/store from [0] of global
variable `default_generator` memref<i64> in `InsertRngGlobals` pass.
- Add `aten.uniform_` and testing as an example op for RNG ops. Add
`torch.pseudo.aten.uniform` op. It has the same operands and return as
the `aten.uniform_` from the op registry except for value semantics.
2022-01-31 18:56:42 -05:00
..
TorchToLinalg [Torch][Linalg] Add basic support for RNG 2022-01-31 18:56:42 -05:00
TorchToSCF Update external/llvm-project 2022-01-18 13:25:42 -05:00
TorchToStd Update external/llvm-project 2022-01-18 13:25:42 -05:00
TorchToTosa [tosa] Add maxpool2d and adaptive_avgpool2d support (#550) 2022-01-31 13:34:09 -08:00
CMakeLists.txt Add a basic TOSA E2E backend. 2021-10-08 09:59:45 -07:00
PassDetail.h Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
Passes.cpp Add a basic TOSA E2E backend. 2021-10-08 09:59:45 -07:00