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
Is there any progress on making gc sensitive to remaining gpu memory? The following example still fails with an out-of-memory error. It works if you uncomment the manual gc() line.
using CUDArt
for i=1:1000
a=CudaArray(Float64,1000000)
# i%100==0 && gc()
end
The text was updated successfully, but these errors were encountered:
Is there any progress on making gc sensitive to remaining gpu memory? The following example still fails with an out-of-memory error. It works if you uncomment the manual gc() line.
The text was updated successfully, but these errors were encountered: