eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Add the average-computing functions to builtins.cuh #27

Closed eyalroz closed 5 years ago

eyalroz commented 5 years ago

CUDA's math API has functions for computing averages of integers without overflow. Let's make those more accessible.