Skip to content

Commit

Permalink
Update VERSION to 3.0.0 (ROCm#457)
Browse files Browse the repository at this point in the history
* Update VERSION  and README to 3.0.0
* Update version mismatch of profiling data to a warning.

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
  • Loading branch information
dgaliffiAMD authored Nov 1, 2024
1 parent 8a88e8b commit 152eff0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ style reference is provided below for convenience:
Keith Lowery and
Nicholas Curtis and
Cristian Di Pietrantonio},
title = {ROCm/rocprofiler-compute: v2.1.0 (27 September 2024)},
month = september,
title = {ROCm/rocprofiler-compute: v3.0.0 (01 November 2024)},
month = November,
year = 2024,
publisher = {Zenodo},
version = {v2.1.0},
version = {v3.0.0},
doi = {10.5281/zenodo.7314631},
url = {https://doi.org/10.5281/zenodo.7314631}
}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
3.0.0
2 changes: 1 addition & 1 deletion src/utils/specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def generate_machine_specs(args, sysinfo: dict = None):
)
version = get_version(config.rocprof_compute_home)["version"]
if sysinfo_ver != version[: version.find(".")]:
console_error(
console_warning(
"Detected mismatch in sysinfo versioning. You need to reprofile to update data."
)
return MachineSpecs(**sysinfo)
Expand Down

0 comments on commit 152eff0

Please sign in to comment.