Uses of Class
org.bytedeco.cuda.cudart.cudaHostFn_t
-
Packages that use cudaHostFn_t Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaHostFn_t in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaHostFn_t Modifier and Type Method Description cudaHostFn_tcudaHostNodeParams. fn()The function to call when the node executesMethods in org.bytedeco.cuda.cudart with parameters of type cudaHostFn_t Modifier and Type Method Description cudaHostNodeParamscudaHostNodeParams. fn(cudaHostFn_t setter) -
Uses of cudaHostFn_t in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaHostFn_t Modifier and Type Method Description static intcudart. cudaLaunchHostFunc(CUstream_st stream, cudaHostFn_t fn, Pointer userData)\brief Enqueues a host function call in a stream Enqueues a host function to run in a stream.
-