torch-mlir/lib/Dialect/Torch
Sean Silva c17c0a6ba2 Fix for 0-size dim inferred incorrectly.
The issue was in the canonicalizer for torch.aten.ge.int -- in cases
where the operands were swapped, it would miscompile. This issue is
fixed and folding support generalized to `torch.aten.size.int < 0` as
well.

Fixes #716
2022-03-30 16:36:15 -07:00
..
IR Fix for 0-size dim inferred incorrectly. 2022-03-30 16:36:15 -07:00
Transforms [LINALG] Add E2E support for `aten.where.[Scalar|ScalarSelf|ScalarOther]` ops 2022-03-30 20:36:48 +05:30
Utils [MLIR][TORCH] Add E2E support for aten.new_empty op 2022-03-30 13:21:01 +05:30
CMakeLists.txt E2e support for aten.softmax.int and aten.embedding 2021-10-18 17:57:45 -04:00