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 à :
@@ -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 @@
|
||||
2.1.0
|
||||
3.0.0
|
||||
|
||||
@@ -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)
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur