KomaMRI.jl icon indicating copy to clipboard operation
KomaMRI.jl copied to clipboard

CUDA memory problems?

Open cncastillo opened this issue 1 year ago • 1 comments

I see a weird problem with memory, after a simulation it seems that the GPU memory keeps being used even after the finishing:

image

I could just add GC.gc(true) and CUDA.reclaim() at the end of the simulation but I shouldn't need to.

cncastillo avatar Dec 08 '22 17:12 cncastillo