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

Expose the rest of the Driver API #5

Open
bheisler opened this issue Nov 25, 2018 · 1 comment
Open

Expose the rest of the Driver API #5

bheisler opened this issue Nov 25, 2018 · 1 comment
Assignees

Comments

@bheisler
Copy link
Owner

bheisler commented Nov 25, 2018

RustaCUDA currently exposes only a minimum-viable subset of the Driver API. Ultimately, it should expose all non-deprecated public functions in the API.

This is a tracking issue to keep track of which aspects of the API should be available but aren't. If you need something that isn't listed here, add a comment and raise an issue.

There are more features to add (including features only added after CUDA 8.0) but this should be enough for now.

@bheisler bheisler self-assigned this Nov 25, 2018
@phdoerfler
Copy link

@bheisler I'm still fairly new to CUDA so please excuse me if this makes little sense: I'd love to see support for using tensor cores in RustaCUDA. My current project requires shared memory (which I believe RustaCUDA supports?) and tensor cores for which I found no sign that they are supported. If I can use those with RustaCUDA I'll switch in a heartbeat.

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

2 participants