@Properties(inherit=cupti.class) public class CUpti_GraphData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_GraphData()
Default native constructor.
|
CUpti_GraphData(long size)
Native array allocator.
|
CUpti_GraphData(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CUgraphNode_st |
dependency()
The dependent graph node
The size of the array is @param numDependencies.
|
CUpti_GraphData |
dependency(CUgraphNode_st setter) |
CUpti_GraphData |
getPointer(long i) |
CUgraph_st |
graph()
CUDA graph
|
CUpti_GraphData |
graph(CUgraph_st setter) |
CUgraphExec_st |
graphExec()
CUDA executable graph
|
CUpti_GraphData |
graphExec(CUgraphExec_st setter) |
CUgraphNode_st |
node()
CUDA graph node
|
CUpti_GraphData |
node(CUgraphNode_st setter) |
int |
nodeType()
Type of the @param node
|
CUpti_GraphData |
nodeType(int setter) |
CUgraph_st |
originalGraph()
The original CUDA graph from which @param graph is cloned
|
CUpti_GraphData |
originalGraph(CUgraph_st setter) |
CUgraphNode_st |
originalNode()
The original CUDA graph node from which @param node is cloned
|
CUpti_GraphData |
originalNode(CUgraphNode_st setter) |
CUpti_GraphData |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CUpti_GraphData()
public CUpti_GraphData(long size)
Pointer.position(long).public CUpti_GraphData(Pointer p)
Pointer(Pointer).public CUpti_GraphData position(long position)
public CUpti_GraphData getPointer(long i)
getPointer in class Pointerpublic CUgraph_st graph()
public CUpti_GraphData graph(CUgraph_st setter)
public CUgraph_st originalGraph()
public CUpti_GraphData originalGraph(CUgraph_st setter)
public CUgraphNode_st node()
public CUpti_GraphData node(CUgraphNode_st setter)
public CUgraphNode_st originalNode()
public CUpti_GraphData originalNode(CUgraphNode_st setter)
public CUpti_GraphData nodeType(int setter)
public CUgraphNode_st dependency()
public CUpti_GraphData dependency(CUgraphNode_st setter)
public CUgraphExec_st graphExec()
public CUpti_GraphData graphExec(CUgraphExec_st setter)
Copyright © 2025. All rights reserved.