←back to thread

Rust CUDA Project

(github.com)
146 points sksxihve | 1 comments | | HN request time: 0.001s | 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 #
the__alchemist ◴[] No.43657008[source]
CUDA is the easiest-to-use and most popular GPGPU framework. I agree that it's unfortunate there aren't good alternatives! As kouteiheika pointed out, you can use Vulkan (Or OpenCL), but they are not as pleasant.
replies(1): >>43658049 #
shmerl ◴[] No.43658049[source]
It defeats the purpose. Easy to use should be something in Rust, not CUDA.
replies(1): >>43660550 #
1. adastra22 ◴[] No.43660550[source]
The purpose is to get shit done.