Description Usage Arguments References See Also
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.
1 | cudaLaunch(func)
|
func |
Device function symbol |
http://docs.nvidia.com/cuda/cuda-driver-api/index.html
cudaConfigureCall
cudaFuncSetCacheConfig
cudaFuncGetAttributes
cudaLaunch
cudaSetDoubleForDevice
cudaSetDoubleForHost
cudaSetupArgument
cudaThreadGetCacheConfig
cudaThreadSetCacheConfig
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.