torch-mlir/include/npcomp/Conversion
Sean Silva 55c3cc6624 Add recognition/folder/lowering for aten::__is__, aten::ne.int, and aten::dim
Interestingly, TorchScript has its own op (`torch::jit::Operator`)
registry separate from the dispatcher (it is a superset of the
dispatcher).

This is where the "prim" ops and some "aten" ops (that should probably
be renamed to "prim") live. In particular, `aten::__is__` is in that
latter category of "aten but really prim". This registry is also the
source of truth for what the TorchScript interpreter calls into when it
executes.

The bulk of the "not part of the dispatcher" ops live in
09feb5f579/torch/csrc/jit/runtime/register_prim_ops.cpp (L82)

And the registry itself lives in:
09feb5f579/torch/csrc/jit/runtime/operator.cpp (L196)

This fold further reduces the IR of ResNet by folding away some
more not-taken branches. These not-taken branches in ResNet require
first-class handling of the list type which we don't yet have on any
backend.
2021-04-30 10:57:02 -07:00
..
ATenToLinalg Add `aten.mm` to linalg lowering. 2021-04-16 12:03:31 -07:00
ATenToStd Add recognition/folder/lowering for aten::__is__, aten::ne.int, and aten::dim 2021-04-30 10:57:02 -07:00
ATenToTCF Bump llvm-project to 0524a09cc7e1a0797982feacf505825231efbee7 2021-03-23 14:29:05 -07:00
BasicpyToStd Bump llvm-project to 0524a09cc7e1a0797982feacf505825231efbee7 2021-03-23 14:29:05 -07:00
NumpyToTCF Add NumpyToTCF conversion. 2020-07-08 21:03:57 -07:00
TCFToLinalg Make some passes run on FuncOp so they can run in parallel. 2020-11-13 16:12:18 -08:00
TCFToStd Make some passes run on FuncOp so they can run in parallel. 2020-11-13 16:12:18 -08:00
TCFToTCP Make some passes run on FuncOp so they can run in parallel. 2020-11-13 16:12:18 -08:00
CMakeLists.txt Bump llvm-project to 484b6648fdd4b104eaf7a2504dd07b60af2c9f8d 2021-04-22 18:12:55 -07:00
Passes.h Bump submodule versions. 2020-09-08 13:26:42 -07:00
Passes.td Add recognition/folder/lowering for aten::__is__, aten::ne.int, and aten::dim 2021-04-30 10:57:02 -07:00