cudaGetSymbolSize: Finds the size of the object associated with a CUDA symbol

Description Usage Arguments Value References See Also

Description

Returns the size of symbol symbol. symbol is a variable that resides in global or constant memory space. If symbol cannot be found, or if symbol is not declared in global or constant memory space, *size is unchanged and the error cudaErrorInvalidSymbol is returned.

Usage

1

Arguments

symbol

Device symbol address

Value

size

References

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

See Also

cudaGetSymbolAddress cudaGetSymbolSize


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