Uses of Class
org.bytedeco.cuda.cudart.CUDA_KERNEL_NODE_PARAMS
-
Packages that use CUDA_KERNEL_NODE_PARAMS Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUDA_KERNEL_NODE_PARAMS in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUDA_KERNEL_NODE_PARAMS Modifier and Type Method Description CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. blockDimX(int setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. blockDimY(int setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. blockDimZ(int setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. extra(int i, Pointer setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. extra(PointerPointer setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. func(CUfunc_st setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. getPointer(long i)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. gridDimX(int setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. gridDimY(int setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. gridDimZ(int setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. kernelParams(int i, Pointer setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. kernelParams(PointerPointer setter)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. position(long position)CUDA_KERNEL_NODE_PARAMSCUDA_KERNEL_NODE_PARAMS. sharedMemBytes(int setter) -
Uses of CUDA_KERNEL_NODE_PARAMS in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUDA_KERNEL_NODE_PARAMS Modifier and Type Method Description static intcudart. cuGraphAddKernelNode(CUgraphNode_st phGraphNode, CUgraph_st hGraph, CUgraphNode_st dependencies, long numDependencies, CUDA_KERNEL_NODE_PARAMS nodeParams)\brief Creates a kernel execution node and adds it to a graph Creates a new kernel execution node and adds it to \p hGraph with \p numDependencies dependencies specified via \p dependencies and arguments specified in \p nodeParams.static intcudart. cuGraphExecKernelNodeSetParams(CUgraphExec_st hGraphExec, CUgraphNode_st hNode, CUDA_KERNEL_NODE_PARAMS nodeParams)\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. cuGraphKernelNodeGetParams(CUgraphNode_st hNode, CUDA_KERNEL_NODE_PARAMS nodeParams)\brief Returns a kernel node's parameters Returns the parameters of kernel node \p hNode in \p nodeParams.static intcudart. cuGraphKernelNodeSetParams(CUgraphNode_st hNode, CUDA_KERNEL_NODE_PARAMS nodeParams)\brief Sets a kernel node's parameters Sets the parameters of kernel node \p hNode to \p nodeParams.
-