Uses of Class
org.bytedeco.cuda.cudart.cudaHostNodeParams
-
Packages that use cudaHostNodeParams Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaHostNodeParams in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaHostNodeParams Modifier and Type Method Description cudaHostNodeParamscudaHostNodeParams. fn(cudaHostFn_t setter)cudaHostNodeParamscudaHostNodeParams. getPointer(long i)cudaHostNodeParamscudaHostNodeParams. position(long position)cudaHostNodeParamscudaHostNodeParams. userData(Pointer setter) -
Uses of cudaHostNodeParams in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaHostNodeParams Modifier and Type Method Description static intcudart. cudaGraphAddHostNode(CUgraphNode_st pGraphNode, CUgraph_st graph, CUgraphNode_st pDependencies, long numDependencies, cudaHostNodeParams pNodeParams)\brief Creates a host execution node and adds it to a graph Creates a new CPU execution node and adds it to \p graph with \p numDependencies dependencies specified via \p pDependencies and arguments specified in \p pNodeParams.static intcudart. cudaGraphExecHostNodeSetParams(CUgraphExec_st hGraphExec, CUgraphNode_st node, cudaHostNodeParams pNodeParams)\brief Sets the parameters for a host node in the given graphExec.static intcudart. cudaGraphHostNodeGetParams(CUgraphNode_st node, cudaHostNodeParams pNodeParams)\brief Returns a host node's parameters Returns the parameters of host node \p node in \p pNodeParams.static intcudart. cudaGraphHostNodeSetParams(CUgraphNode_st node, cudaHostNodeParams pNodeParams)\brief Sets a host node's parameters Sets the parameters of host node \p node to \p nodeParams.
-