5/19/2025 at 8:38:37 AM
I took a course on massively parallel programming taught by one of the authors of this paper that extensively used Futhark and CUDA. While I have not used any of these languages since, I have used JAX[1] quite a lot, where the learnings from this course have been quite helpful. Many people will end up writing code for GPUs through different levels of abstraction, but those who are able to reason about the semantics through functional primitives might have an easier time understanding what's happening under the hood.by devlovstad
5/19/2025 at 10:24:36 AM
I think the intended footnote was accidentally left out. Were you talking about this Python library?by vanderZwan
5/19/2025 at 12:24:09 PM
There's a JAX for AI/LM toobut yeah no idea which the OP meant
by tough
5/20/2025 at 1:43:44 AM
> I took a course on massively parallel programming taught by one of the authors of this paper that extensively used Futhark and CUDA.PMPH? :)
by zfnmxt