-
Notifications
You must be signed in to change notification settings - Fork 9
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
Is there a crate somewhere using this ? #12
Comments
Most recent examples that use Also, outdated |
Would it make sense to moving all these crates to its own single repo, e.g., using a workspace ? It seems to me that these all have to work together, be tested together, the tests need to work across crates, the examples use multiple crates, etc. |
My goal was to create a high-level CUDA framework (I called it Also, on another hand, I was thinking about the possibility to ship |
@denzp I've tried to start a Rust CUDA-wg so that those interested can have a place to communicate, and hopefully afterwards we can all start working on common "framework-independent" tooling. |
It would be nice to have a repository somewhere that shows how to use this.
E.g. a device crate with a kernel, and then a binary crate, that launches the kernel.
Ideally it should at least compile on travis.
The text was updated successfully, but these errors were encountered: