Skip to content

Tags: JuliaPerf/LIKWID.jl

Tags

v0.4.5

Toggle v0.4.5's commit message
[Diff since v0.4.4](v0.4.4...v0.4.5)

**Merged pull requests:**
- Mark compatible with CEnum 0.5 (#61) (@vbgl)

**Closed issues:**
- The library `liblikwid`` couldn't be found. Don't expect anything to work. (#60)

v0.4.4

Toggle v0.4.4's commit message
[Diff since v0.4.3](v0.4.3...v0.4.4)

**Merged pull requests:**
- sciml formatting + tests refactoring (#49) (@carstenbauer)
- enable dependabot for GitHub actions (#52) (@ranocha)
- Bump actions/checkout from 1 to 3 (#53) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#54) (@dependabot[bot])
- Bump actions/checkout from 3 to 4 (#55) (@dependabot[bot])

**Closed issues:**
- Update mention of LIKWID.jl on FAU website (#13)
- Could not load library "liblikwid" (#42)
- sigabrt's on Julia 1.9 with native access (#51)

v0.4.3

Toggle v0.4.3's commit message
[Diff since v0.4.2](v0.4.2...v0.4.3)

**Closed issues:**
- On A64FX can't setup counter (#45)

**Merged pull requests:**
- daxpy! in README.md (#44) (@ranocha)
- pinthread/pinprocess use 1 for success (#46) (@vchuravy)
- If accessmode is PERF, set LIKWID_PERF_PID on startup (#47) (@vchuravy)

v0.4.2

Toggle v0.4.2's commit message
[Diff since v0.4.1](v0.4.1...v0.4.2)

v0.4.1

Toggle v0.4.1's commit message
[Diff since v0.4.0](v0.4.0...v0.4.1)

v0.4.0

Toggle v0.4.0's commit message
[Diff since v0.3.2](v0.3.2...v0.4.0)

**Closed issues:**
- Could not load library "liblikwid" (#25)
- Fix power / energy docs execution (#26)
- Segfault on repeated evaluation (#29)
- NvMon (#32)
- NvMon segfault on stop_counters (#34)
- `@perfmon_marker` (#35)
- Separate independent files for testsets (#36)
- NvMon / GPU Marker API: Can't `init_topology_gpu` after CUDA usage? (#37)

**Merged pull requests:**
- [WIP] Big overhaul (#31) (@carstenbauer)

v0.3.2

Toggle v0.3.2's commit message
[Diff since v0.3.1](v0.3.1...v0.3.2)

**Closed issues:**
- Add multithreading example to docs (#23)
- Use `@threads :static` instead of `@threads` (#27)

v0.3.1

Toggle v0.3.1's commit message
[Diff since v0.3.0](v0.3.0...v0.3.1)

**Merged pull requests:**
- add link from docs back to repo (#22) (@ranocha)

v0.3.0

Toggle v0.3.0's commit message
[Diff since v0.2.2](v0.2.2...v0.3.0)

**Closed issues:**
- Duplicate `print_supported_cpus` output (#15)

**Merged pull requests:**
- Docfix: remove duplicate output of `print_supported_cpus` (#16) (@carstenbauer)
- likwid-pin tests (#17) (@carstenbauer)
- Dynamic thread pinning (#19) (@carstenbauer)
- LIKWID env variables (#20) (@carstenbauer)
- PerfMon: Julia-internalMarkerAPI example etc (#21) (@carstenbauer)