torch-mlir/python/torch_mlir_e2e_test
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
..
linalg_on_tensors_backends [Torch][Linalg] Add basic support for RNG 2022-01-31 18:56:42 -05:00
torchscript [Torch][Linalg] Add basic support for RNG 2022-01-31 18:56:42 -05:00
tosa_backends [tosa] Enable tosa-to-linalg-named so Matmul works again (#530) 2022-01-19 12:10:04 -08:00
CMakeLists.txt Move external/torch-mlir to the root of the repo. 2021-09-27 17:11:08 -07:00
__init__.py Move external/torch-mlir to the root of the repo. 2021-09-27 17:11:08 -07:00
utils.py Bring some more order to the e2e error reporting situation. 2021-10-08 13:00:12 -07:00