We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I looked around but can't find info on how to enable metrics on Radeon GPU passed to containers with
devices: - /dev/dri/:/dev/dri/
how can I enable them?
The text was updated successfully, but these errors were encountered:
@amigthea You can refer to this repo to implement a AMD accelerator manager in cadvisor, similar to Nvidia Manager. https://github.com/xigang/go-rocm
Sorry, something went wrong.
thank you for the info @xigang, I use gcr.io/cadvisor image, can go-rocm that be integrated?
@amigthea cadvisor has removed the previously supported NVIDIA GPU indicators. I am not sure whether the community can support AMD GPUs.
#3206
cc @dims @cwangVT
No branches or pull requests
I looked around but can't find info on how to enable metrics on Radeon GPU passed to containers with
how can I enable them?
The text was updated successfully, but these errors were encountered: