comaniac opened a new pull request #8372: URL: https://github.com/apache/tvm/pull/8372
Add CUDA_VERSION to libinfo so that users can query which CUDA version was used to build TVM. Usage: ```python >>> import tvm >>> tvm.support.libinfo()["CUDA_VERSION"] '10.2' ``` cc @junrushao1994 -- 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]
