torch-mlir/lib/Dialect/Torch
Ramiro Leal-Cavazos 51d4d55f8a
Add support for multi-dim input to `index_put_impl` (#722)
This commit adds support for multi-dimensional tensors as input to the
`_index_put_impl_` op. The support was to some degree already there,
since `ScatterOp` already supports multi-dimensional tensors. This
commit also adds a bit more error checking to `index_put` and
refactors the code for creating `ScatterOp`s to mimic the way one
would make a `Linalg::GenericOp`.
2022-03-31 09:27:21 -07:00
..
IR Fix for 0-size dim inferred incorrectly. 2022-03-30 16:36:15 -07:00
Transforms Add support for multi-dim input to `index_put_impl` (#722) 2022-03-31 09:27:21 -07:00
Utils Add support for multi-dim input to `index_put_impl` (#722) 2022-03-31 09:27:21 -07:00
CMakeLists.txt E2e support for aten.softmax.int and aten.embedding 2021-10-18 17:57:45 -04:00