torch-mlir/lib/Dialect/Torch
Ashay Rane e06ee08506
torch: [nfc] use `WalkResult::isInterrupted()` instead of booleans (#1081)
An upstream MLIR bug (that was recently fixed) caused the result to be
ignored for Region- and Block-visitor functions.  Now that the bug is
fixed, we don't need an auxiliary boolean to track whether the visitor
function has succeeded.
2022-07-19 10:17:57 -07:00
..
IR [MLIR][TORCH] Add canonicalization pattern for prim.ListUnpack op 2022-07-18 13:51:25 +05:30
Transforms torch: [nfc] use `WalkResult::isInterrupted()` instead of booleans (#1081) 2022-07-19 10:17:57 -07:00
Utils Fix type promotion code for scalar only operations 2022-05-07 10:37:21 -04:00
CMakeLists.txt E2e support for aten.softmax.int and aten.embedding 2021-10-18 17:57:45 -04:00