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