torch-mlir/test/python
Ramiro Leal-Cavazos ff762100b8
Add handling of namespaces to library generator (#2391)
When using custom ops, sometimes PyTorch will insert namespaces to the
abstract interpretation function name in the format:
`__torch__.{namespace_1}.{namespace_2}...{op_name}`.  The extra
namespaces are not part of the abstract interpretation function name,
so it needs to be removed before generating the library of MLIR
snippets of abstract interpretation functions. This commit adds
support for removing the namespace information.
2023-08-11 09:56:19 -07:00
..
importer/jit_ir LTC->MLIR Debug Info support (#1922) 2023-08-02 10:29:11 -04:00
custom_op_shape_dtype_fn.py Add handling of namespaces to library generator (#2391) 2023-08-11 09:56:19 -07:00
lit.local.cfg Move external/torch-mlir to the root of the repo. 2021-09-27 17:11:08 -07:00
smoketest.py WIP: No PyTorch dep (#1854) 2023-02-13 14:21:06 -06:00