Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: Ic67456d7484c2f5a0ce0e086e56b29e20d9d9745
Этот коммит содержится в:
Maisam Arif
2024-08-08 01:40:55 -05:00
родитель 1b828b735b
Коммит 055b023d2e
2 изменённых файлов: 4 добавлений и 3 удалений
+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
+1 -1
Просмотреть файл
@@ -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)