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!
Published onSeptember 9, 2024Who knew a simple logger class would be this complicated?c++c++20printfloggersource_locationWriting a printf-based C++ logger class was more of a journey than I originally thought..