How to compute mathematical operations in device memory?

CUDA has a math api that includes sqrt().

https://docs.nvidia.com/cuda/cuda-math-api/index.html

1 Like