Page 1 of 1

Re: [SOLVED] Avs2YUV error with DGDecodeNV

Posted: Sat May 05, 2018 2:03 pm
by admin
It was my bug and a change in the driver exposed it. I was freeing some CUDA host memory in a thread without setting the correct CUDA context. Previously it apparently didn't matter. One might think that the address is sufficient, but it is not now true.

Still, nVidia should return a proper error and not crash.