tlopex opened a new pull request, #19675: URL: https://github.com/apache/tvm/pull/19675
This PR makes `tvm::arith::Analyzer` a first-class tvm-ffi object. Previously, Python could create/use an Analyzer through a Python-side wrapper, but the Analyzer itself was not an FFI object that could be passed across the Python/C++ boundary as a normal object handle. This change introduces `AnalyzerObj` as the underlying `ffi::Object`, and `Analyzer` as an `ffi::ObjectRef`. The PR also updates Python bindings to construct and call Analyzer methods through typed FFI globals, and adds optional external Analyzer support to `tirx.IndexMap` APIs so callers can reuse the same arithmetic reasoning context across FFI calls. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
