Do failed CUDA memory allocations require a cudaDeviceReset call?

41 Views Asked by At

When a CUDA runtime API call for GPU memory allocation fails, is it necessary to reset the context using a call to cudaDeviceReset()?

0

There are 0 best solutions below