cudaErrorTensorMemoryLeak

Constant cudaErrorTensorMemoryLeak 

Source
pub const cudaErrorTensorMemoryLeak: cudaError = 721;
Expand description

An exception occurred on the device while exiting a kernel using tensor memory: the tensor memory was not completely deallocated. This leaves the process in an inconsistent state and any further CUDA work will return the same error. To continue using CUDA, the process must be terminated and relaunched.