junrushao opened a new pull request, #306: URL: https://github.com/apache/tvm-ffi/pull/306
Should fix #250. This PR introduces `tvm_ffi.lib_info.load_lib_ctypes`, which can be reused by downstream libraries to locate their DSOs if they are linked with tvm_ffi package. Warning: Inside `load_lib_ctypes`, it uses `importlib.metadata.files` to find out all the files installed by the package, which could be slow for large projects. -- 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]
