Releases: SC-SGS/hardware_sampling
Releases · SC-SGS/hardware_sampling
Release v1.1.2
Release v1.1.1
Add the possibility to install hws via pip.
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_tinstead ofhipError_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
Bugfix
compilation issues
Fix possible compilation issues by adding missing "fmt/chrono.h" headers.
Small build update
- Add
Findlevel_zero.cmakefile. - Add note to the README file setting
export ZES_ENABLE_SYSMAN=1.
Initial Release
Merge pull request #3 from SC-SGS/unification Unification