You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a big issue, but the string returned by amdsmi_status_code_to_string() contains the RSMI_STATUS_* code. For example:
amdsmi_status_code_to_string(AMDSMI_STATUS_SUCCESS, &err)
-> "RSMI_STATUS_SUCCESS: The function has been executed successfully."
amdsmi_status_code_to_string(AMDSMI_STATUS_INVAL, &err)
-> "RSMI_STATUS_INVALID_ARGS: The provided arguments do not meet the preconditions required for calling this function."
Operating System
Ubuntu 22.04
CPU
AMD EPYC 7763
GPU
AMD Instinct MI250
ROCm Version
ROCm 6.0.0
ROCm Component
amdsmi
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Problem Description
Not a big issue, but the string returned by amdsmi_status_code_to_string() contains the RSMI_STATUS_* code. For example:
Operating System
Ubuntu 22.04
CPU
AMD EPYC 7763
GPU
AMD Instinct MI250
ROCm Version
ROCm 6.0.0
ROCm Component
amdsmi
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: