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

Fix GetComputeRunningProcesses on CUDA 10.x #22

Closed
wants to merge 2 commits into from

Conversation

elezar
Copy link
Member

@elezar elezar commented Jun 28, 2021

Due to additional fields added to the nvmlProcessInfo_st in CUDA 11.x there
is a mismatch in the size of the elements of the slice returned by the
NVML call to get the running Compute / Graphics processes. This change
attempts to detect whether the returned slice needs to be reinterpreted
as a slice of smaller elements.

Due to additional fields added to the nvmlProcessInfo_st in CUDA 11.x there
is a mismatch in the size of the elements of the slice returned by the
NVML call to get the running Compute / Graphics processes. This change
attempts to detect whether the returned slice needs to be reinterpreted
as a slice of smaller elements.

Signed-off-by: Evan Lezar <[email protected]>
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.

1 participant