You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hi! Can it use CUDA as backend?
The text was updated successfully, but these errors were encountered: