-
Notifications
You must be signed in to change notification settings - Fork 80
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
Does this library interface the full CUDA API? #10
Comments
Hi, Michael |
Is there a more comprehensive documentation than the one available at wiki? The only ones i could find so far were too simplistic and basic! Thanks, |
In the release section you'll find a compiled API documentation and a few samples from the original CUDA Toolkit ported to managedCuda. |
thanks! |
Hello Michael I see that this issue is closed, but I try anyway... Anything changed about thrust since Jan 2016, with cuda 8.0 ? it would be great to be able to run kernels with Thrust included directly from ManagedCuda Any hope on this side ? By the way I'm trying to run this particular kernel : https://github.com/thrust/thrust/blob/master/examples/bounding_box.cu Best Regards |
Hi my question is whether can do the following with 'managed Cuda for c#':
-> Use streams and run kernels on different streams asynchronously.
-> Interface with thrust
Thanks,
T
The text was updated successfully, but these errors were encountered: