Published onMarch 23, 2026Avoid being baited by your printf statements in CUDA kernelsc++cudaprintfBehaviour of printf on device is not the same as on host!Read more →
Published onNovember 29, 2025Iterative algorithms with CUDAc++iterativecudaBecause not everything can be made un-iterative..Read more →
Published onOctober 20, 2025Build your own tools, gcc editiongcccompilerNot complicated, but always good to know the process.Read more →
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 →