Skip to content

Tags: xndcn/torch-mlir

Tags

snapshot-20211217.149

Toggle snapshot-20211217.149's commit message
Lower aten::view with linalg.collapse and linalg.expand

We only handle the expanding OR collapsing cases, we do not handle
expanding And collapsing happening at the same time or cases where
it's neither collapsing nor expanding like view of [2,3] for
3x2 tensor.

It's assumed that if a shape list element is got from
`aten.size(tensor, dim)` the corresponding dim is not splitted or
collapsed. This assumption makes it easier to deal with dynamic shapes.

snapshot-20211216.148

Toggle snapshot-20211216.148's commit message
[TORCH][MLIR] Add E2E support for `aten.empty_like` op

This commit adds decomposition of `aten.empty_like` into `aten.empty`
op.

Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>

snapshot-20211216.147

Toggle snapshot-20211216.147's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[tosa] Support for Torch.squeeze (llvm#487)

snapshot-20211215.146

Toggle snapshot-20211215.146's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Small fixes for slice edge cases (llvm#476)

snapshot-20211215.145

Toggle snapshot-20211215.145's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* [tosa] Support for Rsqrt legalization (llvm#480)

Signed-off-by: Anup Gangwar <anup.gangwar@arm.com>

Co-authored-by: Anup Gangwar <anup.gangwar@arm.com>

snapshot-20211214.144

Toggle snapshot-20211214.144's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* [tosa] Support for Rsqrt legalization (llvm#480)

Signed-off-by: Anup Gangwar <anup.gangwar@arm.com>

Co-authored-by: Anup Gangwar <anup.gangwar@arm.com>

snapshot-20211214.143

Toggle snapshot-20211214.143's commit message
Add support for int types in gtScalar op.

Support for integer types in gtScalar op has been added.
The code share same logic with gtTensor op and can be merged
which is added as a TODO.

snapshot-20211213.142

Toggle snapshot-20211213.142's commit message
Add support for int types in gtScalar op.

Support for integer types in gtScalar op has been added.
The code share same logic with gtTensor op and can be merged
which is added as a TODO.

snapshot-20211213.141

Toggle snapshot-20211213.141's commit message
Add `aten.gt.Tensor` op

`aten.gt.Tensor` op has been added in torch dialect and the
lowering of the op has been done to the linalg dialect.

Signed-off-by: Prashant Kumar <prashant@nod-labs.com>

snapshot-20211212.140

Toggle snapshot-20211212.140's commit message
Add `aten.gt.Tensor` op

`aten.gt.Tensor` op has been added in torch dialect and the
lowering of the op has been done to the linalg dialect.

Signed-off-by: Prashant Kumar <prashant@nod-labs.com>