-
Notifications
You must be signed in to change notification settings - Fork 83
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Example of using cudaStreamAddCallback #309
Comments
Hi @wensimin this is how cuda-python/cuda_bindings/tests/test_cudart.py Lines 1293 to 1342 in eeda1ab
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I try to register a callback on a stream, and the following code reports an error
In the documentation I found this class
cudaStreamCallback_t
,but I don't know how to use it correctlyAny help?
The text was updated successfully, but these errors were encountered: