Dear pycuda team, When I tried calling make_context(), it exited without any error infos. What is the problem?
OS: Win 10 GPU: RTX 2070 Env: python 3.6.12, Anaconda pycuda: pycuda 2021.1 from pypi simple test: (dl) D:\labelling>python Python 3.6.12 |Anaconda, Inc.| (default, Sep 9 2020, 00:29:25) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import pycuda.driver as cuda >>> cuda.init() >>> dev = cuda.Device(0) >>> dev.name() 'GeForce RTX 2070 SUPER' >>> dev.make_context() (dl) D:\labelling> It works fine on Ubuntu 18.04 though. Best wishes, Bee
_______________________________________________ PyCUDA mailing list -- [email protected] To unsubscribe send an email to [email protected]
