Closed Isalia20 closed 7 months ago
Without calling cuda empty cache, memory on GPU isn't released(even if function ends, it keeps the memory occupied before the process ends). This line helps GPU release the memory
I must thank personally thank you for this, kept having ghost GPU memory issues. This seems to have fixed it.
No problem :) Glad it helped
Without calling cuda empty cache, memory on GPU isn't released(even if function ends, it keeps the memory occupied before the process ends). This line helps GPU release the memory