-
# GPU MODE Lecture 8: CUDA Performance Checklist – Christian Mills
Lecture #8 provides a comprehensive guide to CUDA performance optimization techniques, covering key concepts like memory coalescing,…
-
This is related to #3398.
We have started to profile the masker object to find out the where's most of the memory consumption happening, aiming to see if there's possibility to trim the code / pr…
-
I used the following script to measure memory consumption when code is profiled with pyinstrument and when code is run without being profiled.
```python
import sys
def local_alloc(n):
x = …
-
CNDP seems to have multiple memory issues including double frees and memory leaks
I think we should do memory profiling e.g. using valgrind.
An example is in PR #380
-
### Describe the feature request
I am implementing profiling for a new Execution Provider, this new provider traces contain information about the memory allocations/deallocaitons performed in the acc…
-
**System information**
- TensorFlow version (you are using): 2.3.1
- Are you willing to contribute it (**Yes**/No):
**Describe the feature and the current behavior/state.**
Tensorflow cpu me…
-
We added time benchmarks in #2454, it would also be useful to record the peak memory usage.
This [page](https://www.baeldung.com/linux/process-peak-memory-usage) lists a few ways to do this which l…
-
Memory is starting to become a bottleneck. We somewhat fixed that by limiting our Scout Radius. But saving on memory might allow for more flexibility in the future.
For that we can add a little mem…
-
First off, thank you for the great extras lesson on profiling. I'm teaching the regular [command line programs](http://swcarpentry.github.io/python-novice-inflammation/10-cmdline/) lesson today and I'…
-
Related to #1 (code review), see the "Memory Leaks" section.
Here's the memory profiling for Chrome 83.0.4103.61 on macOS 10.15.4.
| Time (minutes) | Heap Size (MB) |
| --- | --- |
| 0 | 12.5 …