junrushao commented on PR #354: URL: https://github.com/apache/tvm-ffi/pull/354#issuecomment-3684753968
Yes. There are two ways using tvm-ffi: - W1. as a sub-package via CMake’s `add_subdirectory` - W2. as a prebuilt software via pip install or other ways of installation. In W1, it doesn’t need `find_package(tvm_ffi)`, and we recommend linking with `tvm_ffi_shared` - it will potentially recompile libtvm_ffi. In W2, it will require us to run `find_package(tvm_ffi)`, which finds prebuilt libtvm_ffi, and link with tvm_ffi::shared -- 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]
