▲ | Accelerated Game of Life with CUDA / Triton(boristhebrave.com) | ||||||||||||||||||||||
49 points by BorisTheBrave 5 days ago | 7 comments | |||||||||||||||||||||||
▲ | pjmlp 2 days ago | parent | next [-] | ||||||||||||||||||||||
CUDA supports more than just C or C++, is exactly part of its appeal. | |||||||||||||||||||||||
▲ | petermcneeley 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||
The WebGPU tutorial is also Game of life. https://codelabs.developers.google.com/your-first-webgpu-app... It would be interesting to see a perf comparision. WebGPU does not have a 64 bit type but it could be emulated with a Vec2u load/store. | |||||||||||||||||||||||
▲ | lostmsu 21 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
This does not do hashlife, so it is not SOTA. | |||||||||||||||||||||||
▲ | coke12 2 days ago | parent | prev [-] | ||||||||||||||||||||||
Coincidentally I am also writing a cellular automata simulation. I've blindly given your article to my software architect subagent, who has identified several architectural improvements that it can make and has converted these into tasks to farm out to other subagents. Thanks! Just a glimpse from building software in 2025. | |||||||||||||||||||||||
|