Posts tagged "parallel":
HVM, a new model of computation
03 May 2025
We have combinators with two main rewrite rules over here. One is the \(K\) combinator, which consumes two arguments and returns the first one.
(...)GPU Programming
30 Jul 2024
To set up google colab, set the runtime to T4 and run
(...)OpenMP Optimizations
20 Oct 2022
Who knew parallelisation would be so easy!
(...)