Uses of Class
org.bytedeco.cuda.cudart.CUDA_HOST_NODE_PARAMS
-
Packages that use CUDA_HOST_NODE_PARAMS Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUDA_HOST_NODE_PARAMS in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUDA_HOST_NODE_PARAMS Modifier and Type Method Description CUDA_HOST_NODE_PARAMSCUDA_HOST_NODE_PARAMS. fn(CUhostFn setter)CUDA_HOST_NODE_PARAMSCUDA_HOST_NODE_PARAMS. getPointer(long i)CUDA_HOST_NODE_PARAMSCUDA_HOST_NODE_PARAMS. position(long position)CUDA_HOST_NODE_PARAMSCUDA_HOST_NODE_PARAMS. userData(Pointer setter) -
Uses of CUDA_HOST_NODE_PARAMS in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUDA_HOST_NODE_PARAMS Modifier and Type Method Description static intcudart. cuGraphAddHostNode(CUgraphNode_st phGraphNode, CUgraph_st hGraph, CUgraphNode_st dependencies, long numDependencies, CUDA_HOST_NODE_PARAMS nodeParams)\brief Creates a host execution node and adds it to a graph Creates a new CPU execution node and adds it to \p hGraph with \p numDependencies dependencies specified via \p dependencies and arguments specified in \p nodeParams.static intcudart. cuGraphExecHostNodeSetParams(CUgraphExec_st hGraphExec, CUgraphNode_st hNode, CUDA_HOST_NODE_PARAMS nodeParams)\brief Sets the parameters for a host node in the given graphExec.static intcudart. cuGraphHostNodeGetParams(CUgraphNode_st hNode, CUDA_HOST_NODE_PARAMS nodeParams)\brief Returns a host node's parameters Returns the parameters of host node \p hNode in \p nodeParams.static intcudart. cuGraphHostNodeSetParams(CUgraphNode_st hNode, CUDA_HOST_NODE_PARAMS nodeParams)\brief Sets a host node's parameters Sets the parameters of host node \p hNode to \p nodeParams.
-