Spellcheck
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I3842ca7552c8d3525ac7fee8c94b15cfdd7defdd
[ROCm/amdsmi commit: cebc512b1a]
This commit is contained in:
gecommit door
Arif, Maisam
bovenliggende
f167e67c7a
commit
28d1aaf066
@@ -580,7 +580,7 @@ Updated `amdsmi_get_gpu_metrics_info()` and structure `amdsmi_gpu_metrics_t` to
|
||||
- **Added `amdsmi_get_power_info_v2()` with `sensor_ind`**.
|
||||
- Python API now accepts `sensor_ind` as an optional argument, does not impact previous usage
|
||||
|
||||
- **Depricated enum `AMDSMI_NORMAL_STRING_LENGTH` in favor of `AMDSMI_MAX_STRING_LENGTH`**.
|
||||
- **Deprecated enum `AMDSMI_NORMAL_STRING_LENGTH` in favor of `AMDSMI_MAX_STRING_LENGTH`**.
|
||||
|
||||
- **Changed to use thread local mutex by default**.
|
||||
- Most sysfs reads do not require cross-process level mutex, and writes to sysfs should be protected by the kernel already.
|
||||
|
||||
@@ -1677,7 +1677,7 @@ typedef struct {
|
||||
* @cond @tag{gpu_bm_linux} @endcond
|
||||
*/
|
||||
typedef struct {
|
||||
uint32_t year; //!< Last 2 digits of the Year released - To Be Depricated
|
||||
uint32_t year; //!< Last 2 digits of the Year released - To Be Deprecated
|
||||
uint32_t major; //!< Major version
|
||||
uint32_t minor; //!< Minor version
|
||||
uint32_t release; //!< Patch, build or stepping version
|
||||
|
||||
Verwijs in nieuw issue
Block a user