CUDA_ERROR_TENSOR_MEMORY_LEAK

Constant CUDA_ERROR_TENSOR_MEMORY_LEAK 

Source
pub const CUDA_ERROR_TENSOR_MEMORY_LEAK: cudaError_enum = 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.