cudaError_t cudaSetDoubleForDevice ( double *  d  ) 

Parameters:
d - Double to convert
Converts the double value of d to an internal float representation if the device does not support double arithmetic. If the device does natively support doubles, then this function does nothing.

Returns:
cudaSuccess
Note:
Note that this function may also return error codes from previous, asynchronous launches.
See also:
cudaLaunch (C API), cudaLaunch (C++ API), cudaSetupArgument (C API), cudaSetDoubleForHost


Generated by Doxygen on Mon Mar 30 23:16:11 2009 for NVIDIA CUDA Library  NVIDIA