You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some values are bitfields or enumerations (effectively, but all constants are defined as preprocessor definitions).
Scanning the code for bitwise ands/ors and comparisons of struct fields and these constants should give possible enum values or flags. Then raw ctypes structs (generated by ctypeslib) could be somehow decorated with this information (substitute the field in fields with new enum/flag field?)
The text was updated successfully, but these errors were encountered:
Hello amezin,
just want to say many thanks for this incredible useful tool. I use it a lot while debugging amdgpu powerplay issues and optimizing performance/powerconsumption.
Keep up your great work!
Some values are bitfields or enumerations (effectively, but all constants are defined as preprocessor definitions).
Scanning the code for bitwise ands/ors and comparisons of struct fields and these constants should give possible enum values or flags. Then raw ctypes structs (generated by ctypeslib) could be somehow decorated with this information (substitute the field in fields with new enum/flag field?)
The text was updated successfully, but these errors were encountered: