-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [03498891fcfde3aca87741c0dc6eb27d48ea9310](https://github.com/dotnet/runtime/commit/034…
-
### Preflight Checklist
* [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
* [x] I agree to follow the [Code of Condu…
-
Hi!
Tracking amount of processed GFLOPs per each computing device is a nice feature of StarPU profiling. However, tracking memory accesses is also very helpful for memory-bound tasks. This is totally …
Muxas updated
4 months ago
-
Is it possible to use jemalloc/jeprof on stripped binaries in production and later use a binary with debug symbols (just like with gdb)? I did try with/without libunwind with no luck. On stripped bina…
-
Hi,I'm trying to use flash_attn_varlen_func method to avoid attention contaminate as discussed in #654 . The dimensions of q to the flash_attn_varlen_func method as (bs*seq_len, head_num, head_dim) an…
-
My system (`Beelink EQR5 AMD Ryzen 7 5825U`) is crashing when I start the tool:
![Fastfetch - AMD Ryzen 7 5825U](https://github.com/user-attachments/assets/8f20e030-199c-4f63-a74c-1d583d12b749)
-
`memory_profiler` and `scalene` given different depths of coverage of memory profiling on a simple Pandas example, Scalene gives less information, I think this is a bug.
The sample code is listed i…
-
I have a tiny program:
```
#include
#include
#include
#include
#include
int main(int argc, char* argv[]) {
char* buf[1000];
for (size_t i = 0; i < 1000; ++i) {
buf[i] = (c…
-
We're currently getting very high memory usage when compiling the protocol circuits in aztec-packages so we should put in some work in order to determine where this memory is going.
There's a couple …
-
We observed sometimes stmgr out of memory and heron-instance out of memory. But the containers were restarted by the scheduler and the we did not have chance to profile the process memory.
Propose …