๐ Oh joy, another thrilling journey into the depths of
#CUDA #intrinsics, as our brave author heroically tackles the burning issue of sorting faster! ๐ Because who wouldn't want a detailed dissertation on an
#algorithm called "bitonic sort" that promises to revolutionize... absolutely nothing in your daily life. ๐
https://winwang.blog/posts/bitonic-sort/ #BitonicSort #TechJourney #SortingAlgorithms #HackerNews #ngatedFaster sorting with SIMD CUDA intrinsics
Full code on Github: https://github.com/wiwa/blog-code/
Hi Link to heading Recently, I finished a batch at the Recurse Centerโฆ is what I would have said if this post were written when I intended to write it (i.e. 3 months ago). My project there focused on a questionable application of CUDA (mostly irrelevant to this post), but it got me thinking more about other GPU-friendly algorithms.
Instead of my Recurse project (which I hope to write about in a later post), I want to simply begin writing about technical stuff Iโve played around with.
Faster sorting with SIMD CUDA intrinsics
Full code on Github: https://github.com/wiwa/blog-code/
Hi Link to heading Recently, I finished a batch at the Recurse Centerโฆ is what I would have said if this post were written when I intended to write it (i.e. 3 months ago). My project there focused on a questionable application of CUDA (mostly irrelevant to this post), but it got me thinking more about other GPU-friendly algorithms.
Instead of my Recurse project (which I hope to write about in a later post), I want to simply begin writing about technical stuff Iโve played around with.