jakebytes

Results 1 comments of jakebytes

I've hit the same issue, even passing `device_id` like this doesn't fix it: ```python dec = nvimgcodec.Decoder(device_id=device_id) ``` What does work is setting the default CUDA device like this: ```python...