Posts by Nader Al Awar
Developer Tools & Techniques
Mar 05, 2026
Controlling Floating-Point Determinism in NVIDIA CCCL
A computation is considered deterministic if multiple runs with the same input data produce the same bitwise result. While this may seem like a simple property...
7 MIN READ
Developer Tools & Techniques
Feb 18, 2026
Topping the GPU MODE Kernel Leaderboard with NVIDIA cuda.compute
Python dominates machine learning for its ergonomics, but writing truly fast GPU code has historically meant dropping into C++ to write custom kernels and to...
5 MIN READ