Implementing High-Precision Decimal Arithmetic with CUDA int128

Originally published at: https://developer.nvidia.com/blog/implementing-high-precision-decimal-arithmetic-with-cuda-int128/

This post details CUDA’s new int128 support and how to implement decimal fixed-point arithmetic on top of it.