aristocratos / btop

A monitor of resources
Apache License 2.0
21.37k stars 655 forks source link

[BUG] Cannot show GPU info (AMD) #784

Closed slashgob closed 9 months ago

slashgob commented 9 months ago

Cannot get any GPU information.

Followed instructions to install ROCM_smi and test app from here... https://github.com/ROCm/rocm_smi_lib Some tests failed...

image

Cloned and built btop using instructions, all seemed to be ok...

image

Logfiles don't show any problems other than Nvidia but I have AMD anyways...

image

No gpu info shown in btop, if I try to add gpu0 - 5 to the Shown Boxes section I get an error "Invalid Box Names"

Info (please complete the following information):

aristocratos commented 9 months ago

@slashgob It looks like you didn't clean between builds with different options.

Try running make clean and build with static ROCm again.

slashgob commented 9 months ago

That did the trick, thank you so much.

image