Lunderberg opened a new pull request #8171:
URL: https://github.com/apache/tvm/pull/8171
The `tvm.target.Target("vulkan -from_device=0")` functionality was initially
implemented by generating/returning a Target. This broke usage of
libtvm_runtime.so, since Target is only defined in libtvm.so. This commit
reimplements the functionality without the dependency on Target, Integer, Bool,
or IntImm.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]