Reputation: 895
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
Reputation: 895
http://developer.download.nvidia.com/compute/DevZone/docs/html/C/doc/CUDA_C_Programming_Guide.pdf
section 5.4.1, table 5-1.
Upvotes: 0
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