Skip to content

Tags: qedawkins/torch-mlir

Tags

snapshot-20220622.511

Toggle snapshot-20220622.511's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `verifyLinalgCompatibleTypes` which currently doesn't successfull…

…y catch `torch.tensor`. (llvm#947)

snapshot-20220621.510

Toggle snapshot-20220621.510's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `verifyLinalgCompatibleTypes` which currently doesn't successfull…

…y catch `torch.tensor`. (llvm#947)

snapshot-20220620.509

Toggle snapshot-20220620.509's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `verifyLinalgCompatibleTypes` which currently doesn't successfull…

…y catch `torch.tensor`. (llvm#947)

snapshot-20220619.508

Toggle snapshot-20220619.508's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `verifyLinalgCompatibleTypes` which currently doesn't successfull…

…y catch `torch.tensor`. (llvm#947)

snapshot-20220618.507

Toggle snapshot-20220618.507's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `verifyLinalgCompatibleTypes` which currently doesn't successfull…

…y catch `torch.tensor`. (llvm#947)

snapshot-20220617.506

Toggle snapshot-20220617.506's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `verifyLinalgCompatibleTypes` which currently doesn't successfull…

…y catch `torch.tensor`. (llvm#947)

snapshot-20220616.505

Toggle snapshot-20220616.505's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `verifyLinalgCompatibleTypes` which currently doesn't successfull…

…y catch `torch.tensor`. (llvm#947)

snapshot-20220615.504

Toggle snapshot-20220615.504's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Temporarily revert support for custom op extensions. (llvm#944)

The MacOS builders are having linking trouble with the extension library.
Until it's fixed, all support for op extensions is disabled. It should be
easy to restore once the issue is resolved.

snapshot-20220615.15

Toggle snapshot-20220615.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Temporarily revert support for custom op extensions. (llvm#944)

The MacOS builders are having linking trouble with the extension library.
Until it's fixed, all support for op extensions is disabled. It should be
easy to restore once the issue is resolved.

snapshot-20220614.503

Toggle snapshot-20220614.503's commit message
[MLIR][TORCH] Add decomposition of aten.floor_divide op

This commit adds the decomposition of `aten.floor_divide` op into
`aten.div.Tensor_mode` op.

Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>