Hi Bee, I just checked on version 2020.1 and 2021.1, python3.9, Geforce Titan on linux. It works as expected.
Anybody else is able to reproduce the bug ? Cheers, Jerome On Tue, 24 Aug 2021 14:34:13 +0800 paradisebee <cbcparadise...@gmail.com> wrote: > 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 -- Jérôme Kieffer tel +33 476 882 445 _______________________________________________ PyCUDA mailing list -- pycuda@tiker.net To unsubscribe send an email to pycuda-le...@tiker.net