You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issues are used to record the overall progress of implementation and relevant issues.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
For open ended discussion, check out: https://discuss.tvm.apache.org/.
te_complier_cache.cc still in pretty messy state, the cache datastructures themselves can be simplified however we still have customers of TECompiler::Lower etc via te_compiler.py.
IRModule could do with better support for external functions, runtime::Modules and generated AOT source code.
At some point I'd lie to tackle 2 head-on, that will require discussion to figure out how to move folks off of depending on the CCache* structures and one-function-at-a-time.
Tracking issue for te_compiler.
About tracking issues
Tracking issues are used to record the overall progress of implementation and relevant issues.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
For open ended discussion, check out: https://discuss.tvm.apache.org/.
Implementation
Unresolved Questions
How to unify passes across backends?
The text was updated successfully, but these errors were encountered: