junrushao commented on PR #101: URL: https://github.com/apache/tvm-ffi/pull/101#issuecomment-3393974451
@tqchen This PR is ready for review. A few future TODO items: - Replace `--dlls` with things like "importing python modules", or at least provide an option `--import` to import Python packages instead of load bare metal DLLs; - Introduce a `--ty-map` option that allows loading a global type map from disk. This can be useful for downstream TVM applications such as `tvm.relax.Expr -> RelaxExpr`, `tvm.tir.Expr -> TIRExpr`. - Based on this PR, introduce another command `tvm-ffi-pkggen`, which, given a TVM-FFI DLL, generates an entire valid Python package -- 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]
