cudaLaunch: Launches a device function

Description Usage Arguments References See Also

Description

Launches the function func on the device. The parameter func must be a device function symbol. The parameter specified by func must be declared as a __global__ function. cudaLaunch must be preceded by a call to cudaConfigureCall() since it pops the data that was pushed by cudaConfigureCall() from the execution stack.

Usage

1
cudaLaunch(func)

Arguments

func

Device function symbol

References

http://docs.nvidia.com/cuda/cuda-driver-api/index.html

See Also

cudaConfigureCall cudaFuncSetCacheConfig cudaFuncGetAttributes cudaLaunch cudaSetDoubleForDevice cudaSetDoubleForHost cudaSetupArgument cudaThreadGetCacheConfig cudaThreadSetCacheConfig


duncantl/RCUDA documentation built on May 15, 2019, 5:26 p.m.