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

Question Regarding nvmlEventSetWait #750

Open
elrondwong opened this issue Dec 27, 2024 · 0 comments
Open

Question Regarding nvmlEventSetWait #750

elrondwong opened this issue Dec 27, 2024 · 0 comments

Comments

@elrondwong
Copy link
Contributor

Description

I have a question regarding the following code snippet:

e, ret := eventSet.Wait(5000)

e, ret := eventSet.Wait(15000)
if ret == nvml.ERROR_TIMEOUT 
...

In my environment, I am consistently encountering the nvml.ERROR_TIMEOUT ,
I'm not sure if this is just a timer or if a timeout is actually set during the connection to the server. How should I troubleshoot this?

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

No branches or pull requests

1 participant