In 2019, during the month of November, I picked up Julia while looking through the available languages on Exercism. I wrote an article… (more…)
Read more »
A little less conversation, a little more abstraction - MikeInnes/Mjolnir.jl... (more…)
Read more »
CUDA.jl 3.0 is a significant, semi-breaking release that features greatly improved multi-tasking and multi-threading, support for CUDA 11.2 and its new memory allocator, compiler tooling for GPU method overrides, device-side random number generation and a... (more…)
Read more »
Summary
This PR parallelizes the GC mark-loop by introducing GC threads into the Julia runtime and by implementing work-stealing to dynamically balance the amount of work each thread performs in th... (more…)
Read more »