-
Notifications
You must be signed in to change notification settings - Fork 38
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
feature request: add support for nvmlDeviceGetGraphicsRunningProcesses_v2
#33
Comments
Hey! I have seen this and I will give it some thought, but I won't have time to reply for another couple of days 🙂. |
Thank you for your reply! Please feel free to tell me it when you're free. |
@Cldfire How is it going? May I submit one? |
Sorry for taking so long to reply! I got busy with life stuff. So, I've put some thought into this and I have two main concerns here:
|
@KisaragiEffective I put together a branch meeting both of the constraints I laid out above. It's in a PR here: #39 Please give that a look and let me know if it would satisfy your needs 🙂. |
Hello! I'm one of the users, and found out that this crate does not support
nvmlDeviceGetGraphicsRunningProcesses_v2
. My personal computer runs on debian 11 (and there's managed package callednvidia-driver
), which is v470 and lacks support ofnvmlDeviceGetGraphicsRunningProcesses_v3
:So, I purpose add two method:
running_graphics_processes_v2
andrunning_graphics_processes_count_v2
. They'll have same return type asrunning_graphics_processes
andrunning_graphics_processes_count
as well.Here's my current code (you can use this: I wrote this based on your code, so I'll leave this as
MIT OR Apache-2.0
license)Would you mind if I submit PR for this? Thank you.
Code
Code
The text was updated successfully, but these errors were encountered: