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

Add support for JIT linking #9

Open
bheisler opened this issue Nov 25, 2018 · 0 comments
Open

Add support for JIT linking #9

bheisler opened this issue Nov 25, 2018 · 0 comments
Labels
Intermediate Intermediate difficulty. May require knowledge of CUDA (or reading the Driver API docs) New CUDA Feature Expose a new CUDA feature through RustaCUDA

Comments

@bheisler
Copy link
Owner

bheisler commented Nov 25, 2018

CUDA provides the ability to link together different modules at runtime. It's pretty niche, but it is there so we should expose it through RustaCUDA.

See the Module module

@bheisler bheisler added New CUDA Feature Expose a new CUDA feature through RustaCUDA Intermediate Intermediate difficulty. May require knowledge of CUDA (or reading the Driver API docs) labels Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Intermediate Intermediate difficulty. May require knowledge of CUDA (or reading the Driver API docs) New CUDA Feature Expose a new CUDA feature through RustaCUDA
Projects
None yet
Development

No branches or pull requests

1 participant