torch-mlir/test/Dialect
Sean Silva 5017430dc7 [RefBackend] Split out RefBackend (refback) dialect from TCP.
This is the first in a patch series that is refactoring the
constellation of things variously called or associated with "E2E",
"RefE2E", "npcomprt", and "TCP" into a more cleanly layered result.

Concretely, this first patch fixes the fact that TCP was basically
acting like a dumping ground needed by the reference backend. This
splits it out, which is fairly mechanical, but touches a lot of lines of
code (basically replacing `tcp` with `refback` and `TCP` with
`RefBackend).

Now, the RefBackend dialect is that dumping ground, which
is slighly better, as it starts allowing TCP to become a nice clean
middle layer that is not related per se to the reference backend.

The previous name RefE2E or "reference e2e flow" was super confusing.
Now that we are seeing more clearly where the "backend" distinction
lies, the [RefBackend] commit tag is born :)
2020-10-07 10:29:48 -07:00
..
ATen Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
Basicpy Add "template function" ops and importer code. 2020-06-26 18:36:36 -07:00
Npcomprt npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
Numpy Add NumpyPublicFunctionsToTensor pass. 2020-07-08 22:51:54 -07:00
RefBackend [RefBackend] Split out RefBackend (refback) dialect from TCP. 2020-10-07 10:29:48 -07:00
TCF [RefE2E] Add support for unary ops exp and tanh 2020-09-24 18:41:30 -07:00
TCP [RefBackend] Split out RefBackend (refback) dialect from TCP. 2020-10-07 10:29:48 -07:00
Torch Add a torch.kernel_call op and associated predicates. 2020-09-29 15:10:38 -07:00