Update VERSION to 3.0.0 (#457)

* 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>

[ROCm/rocprofiler-compute commit: 152eff0df1]
Cette révision appartient à :
David Galiffi
2024-11-01 15:26:34 -04:00
révisé par GitHub
Parent 14d90939da
révision e43db734fa
3 fichiers modifiés avec 5 ajouts et 5 suppressions
+3 -3
Voir le fichier
@@ -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}
}
+1 -1
Voir le fichier
@@ -1 +1 @@
2.1.0
3.0.0
+1 -1
Voir le fichier
@@ -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)