-
Memory profiler reports heap contents at the end of one of the previous GCs. This makes profiles "stable" in the sense that it does not dependent on exact point in time it is queried (just after GC, j…
-
-
It would be nice to avoid allocations altogether at interpolation time (see also #50).
This problem can alternatively be stated as "where should the memory for interpolants live?" I see three optio…
-
Hello,
I show a simple example where I find some memory allocations when performing the 5-arguments `mul!`. In some cases only when the Sparse matrix `A` is inside a `struct`, in other cases also w…
-
### Describe the bug
The server returns error 500 when searching for conversations in the "all" tab of the WhatsApp channel inbox.
In the print it has a local address, as I just replicated the en…
-
Hello! :D First of all, thank you all for this wonderful project!
Well, I'm using a package that uses pytorch models to do their job (easyocr/JaiddedAI). The problem is that, when a new model is lo…
-
I was iterating some operations over the Pythia model suite and realized that each time I loaded a model, the GPU memory usage would increase. Because the memory usage as reported by torch and nvidia-…
-
```
int main() {
new int[10];
}
The leak is reported at -O0, but not at -O1 or higher.
It sounds like with LSan we should treat memory allocations as having side
effects and never optimize them o…
-
The app I'm using Glide on is for Android 8.1 and above. I think I know now why I couldn't decide what's going on with memory (written [here](https://github.com/bumptech/glide/issues/2768)) : Bitmaps …
-
Thrust has a nice pinned_allocator for allocating pinned memory using cudaMallocHost. We can use it to guide our own allocators. Each allocator will be assigned to a neural actor, i.e. a thread, makin…