Live data from Hacker News

How Futhark manages GPU memory

futhark-lang.org

1–3 of 3 posts

Re: How Futhark manages GPU memory

#2
Futhark looks amazing. The functional paradigm seems a natural fit for a SIMT device. Opencl and opengl always felt really 'weird'. The imperative nature doesn't really seem to fit the programming paradigm (avoid loops. Avoid branches. ) This basically looks like I hoped opencl would be.