Guilherme Camargo
Guilherme Camargo
Hello! Thanks for listening! > I don't fully understand that. You mean the GPU memory is still allocated? Exactly, the memory is still allocated and the video card continues to...
> That's weird, given that `accBuf /= weightBuf` is an inplace division, and doesn't even allocate extra memory In fact, on the machine I am using there is extra memory...
I performed the code 10 times in a row and got this result  In fact, there are peaks, as shown in the attached image, in indexes 4, 5, 6...
Yes 
With `x = np.ones((1024,1024,400), np.float32)` the code don't crash. But if I set `x = np.ones((1024,1024,**450**), np.float32)`, then it will crash.
It exhibits the same behavior, running smoothly when `x = np.ones ((1024,1024,400), np.float32)` and crashing when `x = np.ones ((1024,1024,450), np.float32)`
The proposed modifications really worked! I no longer receive the memory error, so the program is being limited only by RAM memory. Many thanks for the support @maweigert ! >...
@ffoliveira Poderia disponibilizar o `Dockerfile` ou `docker-compose`, por favor?
Muito obrigado, @ffoliveira