Skip to content

Releases: SC-SGS/hardware_sampling

Release v1.1.2

08 May 09:43
fbd284d

Choose a tag to compare

  • Update CPU turbostat-related CMakeLists.txt.
  • Do not capture stderr with the subprocess library.

Release v1.1.1

29 Apr 13:19
1af667e

Choose a tag to compare

Add the possibility to install hws via pip.

Release v1.1.0

29 Apr 13:01
b9407f7

Choose a tag to compare

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

Bugfix

09 Oct 14:55
3b08108

Choose a tag to compare

Use the correct vendor ID for NVIDIA GPUs.

compilation issues

09 Oct 14:42
e25e9de

Choose a tag to compare

Fix possible compilation issues by adding missing "fmt/chrono.h" headers.

Small build update

08 Oct 11:49
eb4b2f1

Choose a tag to compare

  • Add Findlevel_zero.cmake file.
  • Add note to the README file setting export ZES_ENABLE_SYSMAN=1.

Initial Release

08 Oct 10:00
1310d67

Choose a tag to compare

Merge pull request #3 from SC-SGS/unification

Unification