NVIDIA / cuda-python

CUDA Python Low-level Bindings
https://nvidia.github.io/cuda-python/
Other
809 stars 63 forks source link

PyCuda Error: The context stack was not empty upon module cleanup. (When running cron) #31

Closed WackyHaker closed 1 year ago

WackyHaker commented 1 year ago

Hi, I am running into the ''Context stack was not empty" error when I try to run a computer vision script on a webcam with a gstream pipeline. It works fine when running it from the terminal but when I schedule it with corn it runs into this error. Any suggestions?

vzhurba01 commented 1 year ago

I think you're looking for folks over at https://github.com/inducer/pycuda. Cheers.