Main Page
Modules
Data Structures
Related Pages
Execution Control
cudaConfigureCall
cudaFuncGetAttributes
cudaFuncSetCacheConfig
cudaLaunch
cudaSetDoubleForDevice
cudaSetDoubleForHost
cudaSetupArgument
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:
cudaConfigureCall
,
cudaFuncSetCacheConfig (C API)
,
cudaFuncGetAttributes (C API)
,
cudaLaunch (C API)
,
cudaSetDoubleForHost
,
cudaSetupArgument (C API)
Generated by Doxygen for NVIDIA CUDA Library