Bump version tool:2.3.1+hash
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com> Change-Id: Ic67456d7484c2f5a0ce0e086e56b29e20d9d9745
Этот коммит содержится в:
+3
-2
@@ -4,7 +4,7 @@ Full documentation for rocm_smi_lib is available at [https://rocm.docs.amd.com/]
|
||||
|
||||
***All information listed below is for reference and subject to change.***
|
||||
|
||||
## rocm_smi_lib for ROCm 6.3
|
||||
## rocm_smi_lib for ROCm 6.2.1
|
||||
|
||||
### Added
|
||||
|
||||
@@ -16,7 +16,8 @@ Full documentation for rocm_smi_lib is available at [https://rocm.docs.amd.com/]
|
||||
|
||||
### Optimized
|
||||
|
||||
- N/A
|
||||
- **Improved handling of UnicodeEncodeErrors with non UTF-8 locales**
|
||||
Non UTF-8 locales were causing crashing on UTF-8 special characters
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ except ImportError:
|
||||
# Hash version - Shortened commit hash. Print here and not with lib for consistency with amd-smi
|
||||
SMI_MAJ = 2
|
||||
SMI_MIN = 3
|
||||
SMI_PAT = 0
|
||||
SMI_PAT = 1
|
||||
# SMI_HASH is provided by rsmiBindings
|
||||
__version__ = '%s.%s.%s+%s' % (SMI_MAJ, SMI_MIN, SMI_PAT, SMI_HASH)
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user