torch-mlir/test/Dialect
Sean Silva 7edb5f3641 [RefBackend] Rename RefBackend dialect to Refback
I now realize that VerboseCamelCase is not the best choice for dialect
directory/file names and C++ identifiers (take e.g. "Linalg", "Basicpy",
etc. as prior art here; not LinearAlgebra or BasicPython). If I had to
name the convention it seems to be "Shortword" (or of course just
acronym dialects like LLVM, SCF, etc.).

This rename also has the side benefit of differentiating RefBackend
directories, which now refer to the actual backend itself, from
Refback/Refbackrt, which are the dialects which happen to be used by
that backend.
2020-10-08 09:07:00 -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
Numpy Add NumpyPublicFunctionsToTensor pass. 2020-07-08 22:51:54 -07:00
Refback [RefBackend] Rename RefBackend dialect to Refback 2020-10-08 09:07:00 -07:00
Refbackrt [RefBackend] Rename Npcomprt dialect to Refbackrt. 2020-10-08 09:07:00 -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