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

Extract CUDA wrapper #4

Open
MichaelHirn opened this issue Nov 30, 2015 · 1 comment
Open

Extract CUDA wrapper #4

MichaelHirn opened this issue Nov 30, 2015 · 1 comment

Comments

@MichaelHirn
Copy link
Member

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.

@hobofan
Copy link
Member

hobofan commented Feb 21, 2016

Quite some time has passed since the issue was opened and a significant (usable) part has been implemented.

There are some benefits to having a seperate wrapper crate for CUDA, so that part should be extracted in the future.

@hobofan hobofan changed the title Finish the Cuda implementation Extract CUDA wrapper Feb 21, 2016
homu added a commit to autumnai/rust-cudnn that referenced this issue Feb 21, 2016
chore/collenchyma: bump collenchyma to 0.0.8

Required so we can release [collenchyma-nn](https://github.com/autumnai/collenchyma-nn) with the same version of collenchyma.

Will also be necessary in future releases until autumnai/collenchyma#4 is fixed.
@hobofan hobofan added the F-CUDA label Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants