Hacker News new | ask | show | jobs
by ActorNightly 1109 days ago
GPU programming =/= CPU programming. GPUs don't have complex execution paths with branching, and the programs that run are "memory safe" in the sense of what Rust aims to improve.