Skip to content

Commit

Permalink
updates for 0.7.0 release (#426)
Browse files Browse the repository at this point in the history
- bump version number
- update ChangeLog
  • Loading branch information
slabasan authored Jun 13, 2023
1 parent 5832970 commit 6ea2644
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 6 deletions.
31 changes: 31 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# Tue Jun 13 2022 Stephanie Brink <[email protected]> v0.7.0
Version 0.7.0 is a major release.

### New features
* Enable heterogeneous build support for two architectures
* Support for new architectures: ARM Neoverse N1 platform, Sapphire Rapids
* Add power capping API for NVIDIA, AMD and Intel GPUs
* Add get power limit for intel GPUs

### Documentation updates
* add links to youtube video and recordings from ECP Tutorial 2023
* Change knob to dial in documentation
* Update Variorum Overview Figure
* Upload new logo

### Bug fixes
* Fix fortran error with gfortran > 10
* Fix issues coming up with DENABLE_WARNINGS=On on AMD CPU port
* Fix AMD build errors: add missing headers, undefined variables, etc.
* Fix inconsistent spacing issue in powmon
* Fix for multiplatform build (ARM+NVIDIA) error/warnings
* Remove the undefined variable in AMD debug build

### Internal changes
* Powmon rehaul
* Fix for JSON example memory leak
* Remove unnecessary call to obtain number of sockets from JSON example
* Update filenames and low-level function names, prefix power_features.* with architecture name
* Replace existing RSMI API call with the correct API to get GPU busy %
* Resolve missing non-optional arguments in control examples

# Thu Sept 15 2022 Stephanie Brink <[email protected]> v0.6.0
Version 0.6.0 is a major release.

Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
Welcome to Variorum, a platform-agnostic library exposing monitor and control
interfaces for several features in hardware architectures.

version 0.6.0
version 0.7.0


Last Update
-----------
24 April 2023
13 June 2023


Webpages
Expand All @@ -21,7 +21,7 @@ https://variorum.readthedocs.io

## Overview

Variorum is an extensible vendor-neutral library for Linux that exposes
Variorum is an extensible vendor-neutral library for Linux that exposes
power and performance monitoring and control of low-level hardware dials.

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
2 changes: 1 addition & 1 deletion src/docs/dox/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "variorum"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.6.0
PROJECT_NUMBER = 0.7.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion src/docs/dox/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "variorum"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.6.0
PROJECT_NUMBER = 0.7.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 6ea2644

Please sign in to comment.