Recent Releases of hardware_sampling
hardware_sampling - Release v1.1.2
- Update CPU turbostat-related CMakeLists.txt.
- Do not capture stderr with the subprocess library.
- C++
Published by breyerml 11 months ago
hardware_sampling - Release v1.1.1
Add the possibility to install hws via pip.
- C++
Published by breyerml 11 months ago
hardware_sampling - Release v1.1.0
This release has some minor quality-of-life changes and small bug fixes:
- added a citation file for easier referencing
- split the large CMakeLists file into subfiles, one for each supported hardware platform
- added new CMake configuration options to enable or disable hardware platforms explicitly
- fixed some installation problems with the Python bindings
- improved the hwsConfig.cmake file to correctly check for the required dependencies
- fixed an error using hiperror_t instead of hipError_t
- added support for older CUDA versions by guarding unsupported parts in ifdefs
- fixed a problem when parsing lscpu output that does not consist only of integers
- fixed potential invalid optional access in idle_state_samples_.idle_states_
- fixed an error in the level_zero link line
- C++
Published by breyerml 11 months ago
hardware_sampling - Bugfix
Use the correct vendor ID for NVIDIA GPUs.
- C++
Published by breyerml over 1 year ago
hardware_sampling - compilation issues
Fix possible compilation issues by adding missing "fmt/chrono.h" headers.
- C++
Published by breyerml over 1 year ago
hardware_sampling - Small build update
- Add
Findlevel_zero.cmakefile. - Add note to the README file setting
export ZES_ENABLE_SYSMAN=1.
- C++
Published by breyerml over 1 year ago