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