Skip to content
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

Regenerate bindings for DeviceGetProcessUtilization change #13

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

elezar
Copy link
Member

@elezar elezar commented Mar 1, 2021

This adds the regenerated bindings from #12

Signed-off-by: Evan Lezar [email protected]

pkg/nvml/nvml.go Outdated
Comment on lines 31 to 33
func nvmlInit_v2() Return {
__ret := C.nvmlInit_v2()
__v := (Return)(__ret)
return __v
func nvmlInit_v2() Return{
__ret := C.nvmlInit_v2()
__v := (Return)(__ret)
return __v
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are all these changes in this file from?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was also due to the insufficient disk space. I missed the warnings / errors.

@@ -1,345 +0,0 @@
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should definitely not be deleted....

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems my docker vm has a full disk.

@elezar elezar force-pushed the fix-get-device-utilization branch from 4e58039 to 4aad3ee Compare March 1, 2021 10:53
@elezar elezar requested a review from klueska March 1, 2021 11:13
@elezar elezar merged commit 1bed795 into NVIDIA:master Mar 1, 2021
@elezar elezar deleted the fix-get-device-utilization branch March 1, 2021 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants