Skip to content

Release 2.0.2

Compare
Choose a tag to compare
@Syllo Syllo released this 11 Jun 11:47
· 202 commits to master since this release

New this update:

  • AMDGPU encode and decode metrics full support
  • Getting GPU metrics from the process information for older AMDGPU (when the DRM interface does not support it)

Fixes and improvements:

  • Fix interface artifacts when the terminal is maximized
  • Plot support for up to 64 accelerators
  • Fix crash for some terminal sizes when the number of GPU was greater than 1
  • Multiple interface positioning algorithm fix
  • Memory allocation overflow checks
  • Switched to linear array allocation strategy to reduce the memory footprint
  • Unit testing using gtest (provides a test target when -DENABLE_TESTING is set or during Debug build)