←back to thread

Rust CUDA Project

(github.com)
146 points sksxihve | 3 comments | | HN request time: 0.001s | source
1. jjallen ◴[] No.43658127[source]
I’ve been using the cudarc crate professionally for a while to write and call cuda from rust. Can highly recommend. You don’t have to use super old rustc versions. Although I haven’t looked exactly what you do need to use recently.
replies(1): >>43658643 #
2. the__alchemist ◴[] No.43658643[source]
Works on any recent rust and Cuda version. The maintainer historically adds support for new GPU series and Cuda versions fast.
replies(1): >>43660695 #
3. jjallen ◴[] No.43660695[source]
Exactly. I thought it did, just didn't want to claim too much about it. Been a couple of months since I looked at it. I wish things would coalesce around this one.