Uses of Class
org.bytedeco.cuda.cudart.cudaKernelNodeParams
-
Packages that use cudaKernelNodeParams Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaKernelNodeParams in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaKernelNodeParams Modifier and Type Method Description cudaKernelNodeParamscudaKernelNodeParams. blockDim(dim3 setter)cudaKernelNodeParamscudaKernelNodeParams. extra(int i, Pointer setter)cudaKernelNodeParamscudaKernelNodeParams. extra(PointerPointer setter)cudaKernelNodeParamscudaKernelNodeParams. func(Pointer setter)cudaKernelNodeParamscudaKernelNodeParams. getPointer(long i)cudaKernelNodeParamscudaKernelNodeParams. gridDim(dim3 setter)cudaKernelNodeParamscudaKernelNodeParams. kernelParams(int i, Pointer setter)cudaKernelNodeParamscudaKernelNodeParams. kernelParams(PointerPointer setter)cudaKernelNodeParamscudaKernelNodeParams. position(long position)cudaKernelNodeParamscudaKernelNodeParams. sharedMemBytes(int setter) -
Uses of cudaKernelNodeParams in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaKernelNodeParams Modifier and Type Method Description static intcudart. cudaGraphAddKernelNode(CUgraphNode_st pGraphNode, CUgraph_st graph, CUgraphNode_st pDependencies, long numDependencies, cudaKernelNodeParams pNodeParams)\brief Creates a kernel execution node and adds it to a graph Creates a new kernel execution node and adds it to \p graph with \p numDependencies dependencies specified via \p pDependencies and arguments specified in \p pNodeParams.static intcudart. cudaGraphExecKernelNodeSetParams(CUgraphExec_st hGraphExec, CUgraphNode_st node, cudaKernelNodeParams pNodeParams)\brief Sets the parameters for a kernel node in the given graphExec Sets the parameters of a kernel node in an executable graph \p hGraphExec.static intcudart. cudaGraphKernelNodeGetParams(CUgraphNode_st node, cudaKernelNodeParams pNodeParams)\brief Returns a kernel node's parameters Returns the parameters of kernel node \p node in \p pNodeParams.static intcudart. cudaGraphKernelNodeSetParams(CUgraphNode_st node, cudaKernelNodeParams pNodeParams)\brief Sets a kernel node's parameters Sets the parameters of kernel node \p node to \p pNodeParams.
-