-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bump version number - update ChangeLog
- Loading branch information
Showing
8 changed files
with
40 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# Thu Sept 15 2022 Stephanie Brink <[email protected]> v0.6.0 | ||
Version 0.6.0 is a major release. | ||
|
||
### New features | ||
* Add python wrappers and python module pyVariorum | ||
* Support for new architectures: Intel discrete GPUs, AMD GPUs through ROCm-SMI | ||
|
||
### API changes | ||
* Update JSON APIs to use char* instead of json_t* | ||
* Creates new variorum_topology.h header to expose get topology APIs | ||
|
||
### Other notable changes | ||
* VARIORUM_LOG moved from a build variable to an environment variable | ||
* Update architecture-related names to be more granular, for example, | ||
VARIORUM_WITH_AMD became VARIORUM_WITH_AMD_CPU and VARIORUM_WITH_AMD_GPU, and | ||
SandyBridge_2A.h became Intel_06_2A.h | ||
* Standardized examples with -h and -v flags, for printing the help menu and | ||
Variorum version, respectively | ||
|
||
# Wed Jun 22 2022 Stephanie Brink <[email protected]> v0.5.0 | ||
Version 0.5.0 is a major release. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.0 | ||
0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters