this post was submitted on 10 Aug 2023
1 points (100.0% liked)

The Rust Programming Language

1 readers
0 users here now

A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and...

founded 1 year ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/rust by /u/DJ-BigFish on 2023-08-10 11:16:06.


I am writing this post to get further knowlage about this topic.

Rust-Cuda project is well designed, but I didn't manage to build the examples. The fact that you can write entire kernel in Rust is really good move for whole rust-gpu project.

ocl crate was one that I manage to run on any device. The only downside is, that the kernel is still written in OpenCL C language.

Has someone came across a compiler that can compile to opencl from rust, like the rust-cuda does?

Edit: I am planning to do just computing, not any visuals

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here