You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What exactly is the problem? Do you have any evidence this is a memory leak? Julia is a garbage collected language, so unless there's lots of memory pressure it is expected that the physical usage will be higher.
If you run GC.gc(true) a couple of times, it should. Of course, that's assuming that Level Zero's allocator isn't backed by a pool either (like CUDA.jl stream-ordered allocator is).
The text was updated successfully, but these errors were encountered: