-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to NVML version 11.4 #38
Conversation
Signed-off-by: Kevin Klues <[email protected]>
Signed-off-by: Kevin Klues <[email protected]>
Signed-off-by: Kevin Klues <[email protected]>
This reverts commit 9eb2e80.
This reverts commit c1aaa3d.
Signed-off-by: Kevin Klues <[email protected]>
Signed-off-by: Kevin Klues <[email protected]>
Signed-off-by: Kevin Klues <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Glad to see the v1
data structs.
* Information about running compute processes on the GPU, legacy version | ||
* for older versions of the API. | ||
*/ | ||
typedef struct nvmlProcessInfo_v1_st |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what make the other commits redundant, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. And I changed things around a bit to add a level of indirection through function pointers rather than branching in the wrapper function. This makes things cleaner as we get to 11.6 and there is yet another ProcessInfo
version added.
No description provided.