warning: Cuda API error detected: cudaMalloc returned (0x1e)

Good morning to every one,

My name is Rafael Gomes de Castro and I’m a beginner in CUDA development.
Recently, I had a trouble with my CUDA codes that persists until the moment (all functions in CUDA API doesn’t be executed).
Then, I ran cuda-gdb to investigate the problem. For all CUDA API funcitons (like cudaMalloc, cudaFree, cudaMemcpy, cudaLaunch, …) are returning the following warning/error message:

warning: Cuda API error detected: {CUDA FUNCTION} returned (0x1e)

The problem started on the same time that I had a quota exceeded problem in my account on the University’s server. But, after solving this quota exceeded problem, CUDA problem persists.

Can anyone help me to fix this trouble?

Regards,

Rafael Gomes de Castro.

Good afternoon,

I’m here again to inform that the problem was fixed.
The procedure to solve it was simply delete NVIDIA cache located in “~/.nv/ComputeCache”.

Tanks to everyone.

Regards,

Rafael Gomes de Castro.