cudaFuncGetAttributes: Find out attributes for a given function

Description Usage Arguments Value References See Also

Description

This function obtains the attributes of a function specified via func. func is a device function symbol and must be declared as a __global__ function. The fetched attributes are placed in attr. If the specified function does not exist, then cudaErrorInvalidDeviceFunction is returned.

Usage

1

Arguments

func

Device function symbol

Value

attr

References

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

See Also

cudaConfigureCall cudaFuncSetCacheConfig cudaFuncGetAttributes cudaLaunch cudaSetDoubleForDevice cudaSetDoubleForHost cudaSetupArgument


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