user1281071
user1281071

Reputation: 895

cuda and double-precision floating-point arithmetics

this is what i found: " Cores perform only single-precision floating-point arithmetics. There is 1 double-precision floating-point unit. "

is this true for all compute capabilities (versions) ?

Upvotes: 0

Views: 2412

Answers (2)

Roger Dahl
Roger Dahl

Reputation: 15734

Single and double precision floating point accuracy and performance has continuously evolved and is different for each of the compute capabilities.

http://developer.download.nvidia.com/assets/cuda/files/NVIDIA-CUDA-Floating-Point.pdf

Upvotes: 2

Related Questions