lestofante / ksysguard-gpu

add gpu visualization for ksysguard
GNU General Public License v3.0
96 stars 11 forks source link

Fix to #29 Handle nvidia-smi output when blacklisting nvidia module #30

Closed davidalb97 closed 1 year ago

davidalb97 commented 1 year ago

Fix to #29 by checking Nvidia.parseLine()'s parameters length before accessing the array.

This however does not address the possible intel side, as mentioned on the issue.

lestofante commented 1 year ago

thanks, merged