←back to thread

Rust CUDA Project

(github.com)
146 points sksxihve | 1 comments | | HN request time: 0.199s | source
Show context
shmerl ◴[] No.43656833[source]
Looks like a dead end. Why CUDA? There should be some way to use Rust for GPU programming in general fashion, without being tied to Nvidia.
replies(5): >>43656967 #>>43657008 #>>43657034 #>>43658709 #>>43659892 #
LegNeato ◴[] No.43659892[source]
You can look to https://github.com/Rust-GPU/rust-gpu/ for vulkan.
replies(1): >>43688827 #
1. shmerl ◴[] No.43688827[source]
That's a good example of of what it should be.