Can i program on GPU?

Hello,

I'm very lost with programming using rust on GPU. I want to read your experiences and suggestions about that.

I have a code in CUDA and i want to pass it to rust. What's the best crate? Or should i use CUDA for my kernels and rust for the rest of the code? Can i do that?

Thank you !

Vulkan has compute shaders that do the same thing with a different API (and also work on Intel and AMD GPUs).

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.