mirror of https://github.com/llvm/torch-mlir
3f706473fd
* Most updates are mechanical except: * python/npcomp/__init__.py and python/NpcompModule.cpp: New init/registration bits to replace some automatic things being done in the old bindings. Also an annoying linkage hack that I'll need to triage next. * NpcompModule.cpp: New python helpers for custom types and other hard to reach items (for the new bindings). * PybindUtils.h: Extended type casting so that the local extension can directly exchange Mlir* C types. * python/npcomp/dialects/*: Build support and ODS bindings for local dialects. * mlir_utils.py: Defines an ImportContext to replace the old/bad "Helper" class that tracked locations, and insertion points. This has a number of methods on it that would be good candidates to think about better ways to do them upstream. * Also hoisted a few stand-alone samples to dedicated unit tests as they covered important things. * More cleanup can be done, but keeping this patch as mechanical as possible to stay in NFC land (this is big enough). |
||
---|---|---|
.. | ||
backend | ||
extensions | ||
__init__.py | ||
frontend.py | ||
importer.py | ||
interfaces.py | ||
name_resolver_base.py | ||
partial_eval_base.py | ||
py_value_utils.py | ||
target.py | ||
test_config.py | ||
value_coder_base.py |