cuModuleGetFunction: Returns a function handle

Description Usage Arguments References See Also

Description

Returns the handle of the function of name name located in module hmod. If no function of that name exists, cuModuleGetFunction() returns CUDA_ERROR_NOT_FOUND.

Usage

1
cuModuleGetFunction(hfunc, hmod, name)

Arguments

hfunc

Returned function handle

hmod

Module to retrieve function from

name

Name of function to retrieve

References

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

See Also

cuModuleGetGlobal cuModuleGetTexRef cuModuleLoad cuModuleLoadData cuModuleLoadDataEx cuModuleLoadFatBinary cuModuleUnload


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