DOCS - Fix 'failed to reach any of the inventories'

Change-Id: I7edd1fad17bd0f3e0946a6712410cf6549afc729
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
Bu işleme şunda yer alıyor:
Galantsev, Dmitrii
2023-11-02 17:56:10 -05:00
işlemeyi yapan: Dmitrii Galantsev
ebeveyn 1010787865
işleme fc02ebc5f2
2 değiştirilmiş dosya ile 7 ekleme ve 2 silme
+4 -2
Dosyayı Görüntüle
@@ -1784,19 +1784,23 @@ except AmdSmiException as e:
```
## amdsmi_is_gpu_power_management_enabled
Description: Returns is power management enabled
Input parameters:
* `processor_handle` GPU device which to query
Output: Bool true if power management enabled else false
Exceptions that can be thrown by `amdsmi_is_gpu_power_management_enabled` function:
* `AmdSmiLibraryException`
* `AmdSmiRetryException`
* `AmdSmiParameterException`
Example:
```python
try:
devices = amdsmi_get_processor_handles()
@@ -3281,7 +3285,6 @@ except AmdSmiException as e:
print(e)
```
### amdsmi_dev_compute_partition_get
Description: Get the compute partition from the given GPU
@@ -3560,7 +3563,6 @@ except AmdSmiException as e:
print(e)
```
### amdsmi_get_cpucore_handles
Description: Returns list of CPU core handle objects on current machine