vfdff commented on issue #17558: URL: https://github.com/apache/tvm/issues/17558#issuecomment-2785121425
On another gpu machine(32689), even when I rename libtvm.so to libtvm1.so, **tvm.cuda().exist** still return True, so it may be install cuda driver to enable this. ``` (base) root@j00595921debug2-cc95c9977-q752v:/home/zhongyunde/test# python Python 3.11.7 (main, Dec 15 2023, 18:12:31) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import tvm >>> tvm.cuda().exist True ```  -- 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]
