torch-mlir/test/Dialect/ATen
Stella Laurenzo 510f226df2 Expose signature metadata to ops and implement ATenRecognizeKernelsPass pass.
* Two op interfaces, one for querying instance metadata and one for getting static data needed to construct an op from a generic form.
* For torch.generic_kernel ops, metadata is splatted in during capture from Torch (it comes from the op registry, which will work for either device capture or graph import).
* Moved the 'add' out of the generated set so I can experiment on it. It implements the TorchBuildableKernelOpInterface interface which provides its metadata.
* The ATenRecognizeKernelsPass pass generically lowers from a torch.generic_kernel to recognized ops that implement the TorchBuildableKernelOpInterface, handling the various types of transformations that we allow at this stage.
2020-10-26 20:31:45 -07:00
..
aten_add.mlir Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
aten_addmm.mlir Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
aten_as_strided.mlir Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
aten_batchnorm.mlir Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
aten_conv2d.mlir Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
aten_conv2d_back.mlir Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
aten_maxpool2d.mlir Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
aten_relu.mlir Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
aten_resA.mlir Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
lenet_fwd.mlir Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
recognize_aten_kernels.mlir Expose signature metadata to ops and implement ATenRecognizeKernelsPass pass. 2020-10-26 20:31:45 -07:00