Johnson9009 commented on issue #18052:
URL: https://github.com/apache/tvm/issues/18052#issuecomment-2961613757
@tqchen Thanks for the reply, yesterday I already find and use the new flag,
just report the phenomenon, and I don't know if these two flags all are used
and have different effect, if the old one is deprecated, then I think we can
update the config.cmake.
About the cross build of tvm_cython, we can call the compile commands
manually, later to investigate deeper how to do it through CMake more
automatically.
Another unreasonable phenomenon is the target tvm_cython dependent only on
target `tvm`, I think it should be a post operation for both target `tvm` and
target `tvm_runtime`, for the scenario that deploy Python version RPC server,
we only need to build `tvm_runtime`, but still need the result of `tvm_cython`,
in this scenario the target `tvm` shouldn't be built.
By the way, the new FFI still can't support pass runtime::Array to RPC
server?
--
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]