aristocratos / btop

A monitor of resources
Apache License 2.0
21.38k stars 656 forks source link

Fix dynamic loading of ROCm v6 #737

Closed fxzjshm closed 10 months ago

fxzjshm commented 10 months ago

Corrected definition of rsmi_frequencies_t of ROCm v5 and v6. Also added the missing LOAD_SYM(rsmi_version_get); as it is used later.

Fixes: 5511131 ("Support for dynamic loading of ROCm v6")

Related: #705