The GitHub Actions job "mainline-only" on tvm-ffi.git/main has succeeded. Run started by GitHub user tqchen (triggered by tqchen).
Head commit for run: f255650b8e5121452dd60805b206a0cb5bcb6525 / Junru Shao <[email protected]> feat: Introduce `tvm_ffi.libinfo.load_lib_module` (#336) This PR makes downstream library loading process correct and convenient, by bringing in a new API `tvm_ffi.libinfo.load_lib_module`. To demonstrate the effect, the file `examples/packaging/python/my_ffi_extension/base.py`, which degenerates to only 2 lines after this PR: ```python import tvm_ffi _LIB = tvm_ffi.libinfo.load_lib_module("my-ffi-extension", "my_ffi_extension") ``` It's worth mentioning that the new API works smoothly for both editable and non-editable builds, which is more correct than the existing one. Report URL: https://github.com/apache/tvm-ffi/actions/runs/20167718222 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
