Published onSeptember 10, 2025Stumbling into a sweep line algorithm's edge casec++sweeplinealgorithmMistakes that you should learn from, lesson 1..Read more →
Published onAugust 13, 2025Some tips for integrating small bits of CUDA code into larger codebasescudac++pimplSome lessons from general C++ come in handy here..Read more →
Published onJuly 20, 2025Quickly sketching out a BlockQuickSelectcudaquickselectcubI wrote a blockwide quickselect. That's the post.Read more →
Published onJuly 14, 2025Old dog, old C struct trickscstructmemoryLook at this code snippet and tell me with a straight face you didn't think it was a memory leak at first either..Read more →
Published onMarch 25, 2025Interesting Tidbits from GTC 2025: CUDA GraphscudagtcIn the 2nd post of this series, I give a short introduction on something that is also not particularly new, but new to me - CUDA Graphs!Read more →