likwid icon indicating copy to clipboard operation
likwid copied to clipboard

Performance monitoring and benchmarking suite

Results 131 likwid issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When I use perfctr with the marker API, I only get measurement results for the first thread, but zeros for all other threads. **To Reproduce** * The...

bug

**Describe the bug** Sometimes, I get nil for a counter from the MEM group. E.g. ``` +-------------------+------------+ | Region Info | HWThread 0 | +-------------------+------------+ | RDTSC Runtime [s] |...

bug

**Describe the bug** Segmentation fault while reading bandwidth in Ice Lake node 8352Y after reboot. **To Reproduce** Is compiled with ACCESSMODE = accessdaemon or direct. If I switch to perf_event,...

bug

**Describe the bug** While using the `ACCESSMODE=perf_event` build option, I get an error for some event. **To Reproduce** - Build likwid with `ACCESSMODE=perf_event` - Run, e.g., `likwid-perfctr -g MEM -C...

bug

**Why do you need support for this specific architecture?** RaptorLake is coming soon.. **Which architecture model, family and further information? CPU or accelerator? ** Intel Raptor Lake CPU, 0xB7 **Is...

new architecture

**Why do you need support for this specific architecture?** I would like to run likwid on my laptop, however it shows the following massage: `Cannot access directory /usr/local/share/likwid/perfgroups/unknown -------------------------------------------------------------------------------- CPU...

new architecture

Hello, I just wanted to let you know that we integrated Likwid into the codegen of our parallel programing framework [DaCe](https://github.com/spcl/dace). This means that users can now instrument their DaCe...

😄 As you know, I'm coming from a LIKWID.jl perspective. The situation is as follows: * To use `@nvmon` one needs https://github.com/RRZE-HPC/likwid/pull/473 (essentially current master + nvmon fix). But there...

Add support for AWS Graviton3

**Is your feature request related to a problem? Please describe.** Please add Graviton 3 support **Describe the solution you'd like** Commands like `likwid-perfctr -e` should work on Graviton 3: **Describe...