Looking for high level GPU computing crate

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • SmallRTParallel

  • For example, like the GPUCompute and Kernel functions in this code.

  • crates.io

    The Rust package registry

  • I've been looking for such a crate on crates.io but all I could find was the arrayfire and Rustacuda crates. Arrayfire seems out of the question for me because I have a function that is meant to be executed on all threads of the GPU, each execution of the function on a GPU thread returns a simple struct of 3 floats. Rustacuda is kind of what I'm looking for but unfortunately it only supports calling C Cuda external functions and does not support calling Rust functions you created.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rust-gpu

    🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧

  • https://github.com/embarkstudios/rust-gpu Allows you to create shaders (kernals) in Rust.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts