You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Cuda we can take a lot of the structure alreay implemented for OpenCL.
I also think we should go with implementing the lower-level Cuda Driver API instead of the Cuda Runtime API as it gives us more flexibility and is closer to the OpenCL behavior. Both implementations could be mixed, though.
Thanks to Bindgen, the extraction of the ffi becomes a way easier.
The text was updated successfully, but these errors were encountered:
For Cuda we can take a lot of the structure alreay implemented for OpenCL.
I also think we should go with implementing the lower-level Cuda Driver API instead of the Cuda Runtime API as it gives us more flexibility and is closer to the OpenCL behavior. Both implementations could be mixed, though.
Thanks to Bindgen, the extraction of the ffi becomes a way easier.
The text was updated successfully, but these errors were encountered: