Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: string returned by amdsmi_status_code_to_string() contains RSMI_STATUS_* #18

Open
maxweiss opened this issue Apr 21, 2024 · 1 comment
Assignees

Comments

@maxweiss
Copy link

Problem Description

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

@marifamd marifamd self-assigned this May 1, 2024
@harkgill-amd
Copy link
Contributor

Hi @maxweiss, an internal ticket has been created to fix this. Thanks for pointing this out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants