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