MasterJH5574 opened a new pull request, #258: URL: https://github.com/apache/tvm-ffi/pull/258
This commit fixes a bug that only uses `torch.version.cuda` to check if CUDA is available. This is insufficient and we need an additional check of `torch.cuda.is_available()` to ensure that CUDA can be found in the environment. -- 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]
