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

CUDA as backend? #30

Open
Wandalen opened this issue Jul 13, 2023 · 2 comments
Open

CUDA as backend? #30

Wandalen opened this issue Jul 13, 2023 · 2 comments

Comments

@Wandalen
Copy link

Hi! Can it use CUDA as backend?

@rdfriese
Copy link
Contributor

We don't directly support CUDA as a backend, but we can integrate with other crates that target accelerators.

For example, we also develop the mcl-rs crate, a Rust frontend around the mcl library which enables asynchronous execution of OpenCL kernels on heterogeneous systems with multiple types of accelerators.

How we have targeted GPUs in the past was to use Lamellar as the distributed data manager, and then wrap kernel tasks within Lamellar active messages

@Wandalen
Copy link
Author

I see. Thnaks!

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