Ricks-Lab / gpu-utils

A set of utilities for monitoring and customizing GPU performance
GNU General Public License v3.0
136 stars 23 forks source link

Bug in Master from 26 June 2020 #91

Closed csecht closed 4 years ago

csecht commented 4 years ago

All amdgpu commands, except -chk, have this type of error:

~/Desktop/amdgpu-utils$ ./amdgpu-ls
Traceback (most recent call last):
  File "./amdgpu-monitor", line 47, in <module>
    __version__ = env.GUT_CONST.version
AttributeError: 'GutConst' object has no attribute 'version'
Ricks-Lab commented 4 years ago

In the latest on master, there should be no commands that begin with amd. They should all have the new names.

KeithMyers commented 4 years ago

Just to let you know I grabbed the new package from PyPi and installed them with no issues. All worked as expected.

Available again for testing whenever you get Nvidia writing enabled in gpu-pac. Just shoot me a message.

csecht commented 4 years ago

Dang those old habits of mine.... Closing this down.