@Properties(inherit=cupti.class) public class CUpti_ActivityMemcpyPtoP4 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivityMemcpyPtoP4()
Default native constructor.
|
CUpti_ActivityMemcpyPtoP4(long size)
Native array allocator.
|
CUpti_ActivityMemcpyPtoP4(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
bytes()
The number of bytes transferred by the memory copy.
|
CUpti_ActivityMemcpyPtoP4 |
bytes(long setter) |
int |
channelID()
The ID of the HW channel on which the memory copy is occurring.
|
CUpti_ActivityMemcpyPtoP4 |
channelID(int setter) |
int |
channelType()
The type of the channel
|
CUpti_ActivityMemcpyPtoP4 |
channelType(int setter) |
int |
contextId()
The ID of the context where the memory copy is occurring.
|
CUpti_ActivityMemcpyPtoP4 |
contextId(int setter) |
byte |
copyKind()
The kind of the memory copy, stored as a byte to reduce record
size.
|
CUpti_ActivityMemcpyPtoP4 |
copyKind(byte setter) |
int |
correlationId()
The correlation ID of the memory copy.
|
CUpti_ActivityMemcpyPtoP4 |
correlationId(int setter) |
int |
deviceId()
The ID of the device where the memory copy is occurring.
|
CUpti_ActivityMemcpyPtoP4 |
deviceId(int setter) |
int |
dstContextId()
The ID of the context owning the memory being copied to.
|
CUpti_ActivityMemcpyPtoP4 |
dstContextId(int setter) |
int |
dstDeviceId()
The ID of the device where memory is being copied to.
|
CUpti_ActivityMemcpyPtoP4 |
dstDeviceId(int setter) |
byte |
dstKind()
The destination memory kind read by the memory copy, stored as a
byte to reduce record size.
|
CUpti_ActivityMemcpyPtoP4 |
dstKind(byte setter) |
long |
end()
The end timestamp for the memory copy, in ns.
|
CUpti_ActivityMemcpyPtoP4 |
end(long setter) |
byte |
flags()
The flags associated with the memory copy.
|
CUpti_ActivityMemcpyPtoP4 |
flags(byte setter) |
CUpti_ActivityMemcpyPtoP4 |
getPointer(long i) |
int |
graphId()
The unique ID of the graph that executed this memcpy through graph launch.
|
CUpti_ActivityMemcpyPtoP4 |
graphId(int setter) |
long |
graphNodeId()
The unique ID of the graph node that executed the memcpy through graph launch.
|
CUpti_ActivityMemcpyPtoP4 |
graphNodeId(long setter) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_MEMCPY2.
|
CUpti_ActivityMemcpyPtoP4 |
kind(int setter) |
CUpti_ActivityMemcpyPtoP4 |
position(long position) |
Pointer |
reserved0()
Undefined.
|
CUpti_ActivityMemcpyPtoP4 |
reserved0(Pointer setter) |
int |
srcContextId()
The ID of the context owning the memory being copied from.
|
CUpti_ActivityMemcpyPtoP4 |
srcContextId(int setter) |
int |
srcDeviceId()
The ID of the device where memory is being copied from.
|
CUpti_ActivityMemcpyPtoP4 |
srcDeviceId(int setter) |
byte |
srcKind()
The source memory kind read by the memory copy, stored as a byte
to reduce record size.
|
CUpti_ActivityMemcpyPtoP4 |
srcKind(byte setter) |
long |
start()
The start timestamp for the memory copy, in ns.
|
CUpti_ActivityMemcpyPtoP4 |
start(long setter) |
int |
streamId()
The ID of the stream where the memory copy is occurring.
|
CUpti_ActivityMemcpyPtoP4 |
streamId(int setter) |
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_ActivityMemcpyPtoP4()
public CUpti_ActivityMemcpyPtoP4(long size)
Pointer.position(long).public CUpti_ActivityMemcpyPtoP4(Pointer p)
Pointer(Pointer).public CUpti_ActivityMemcpyPtoP4 position(long position)
public CUpti_ActivityMemcpyPtoP4 getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityMemcpyPtoP4 kind(int setter)
@Cast(value="uint8_t") public byte copyKind()
public CUpti_ActivityMemcpyPtoP4 copyKind(byte setter)
@Cast(value="uint8_t") public byte srcKind()
public CUpti_ActivityMemcpyPtoP4 srcKind(byte setter)
@Cast(value="uint8_t") public byte dstKind()
public CUpti_ActivityMemcpyPtoP4 dstKind(byte setter)
@Cast(value="uint8_t") public byte flags()
public CUpti_ActivityMemcpyPtoP4 flags(byte setter)
@Cast(value="uint64_t") public long bytes()
public CUpti_ActivityMemcpyPtoP4 bytes(long setter)
@Cast(value="uint64_t") public long start()
public CUpti_ActivityMemcpyPtoP4 start(long setter)
@Cast(value="uint64_t") public long end()
public CUpti_ActivityMemcpyPtoP4 end(long setter)
@Cast(value="uint32_t") public int deviceId()
public CUpti_ActivityMemcpyPtoP4 deviceId(int setter)
@Cast(value="uint32_t") public int contextId()
public CUpti_ActivityMemcpyPtoP4 contextId(int setter)
@Cast(value="uint32_t") public int streamId()
public CUpti_ActivityMemcpyPtoP4 streamId(int setter)
@Cast(value="uint32_t") public int srcDeviceId()
public CUpti_ActivityMemcpyPtoP4 srcDeviceId(int setter)
@Cast(value="uint32_t") public int srcContextId()
public CUpti_ActivityMemcpyPtoP4 srcContextId(int setter)
@Cast(value="uint32_t") public int dstDeviceId()
public CUpti_ActivityMemcpyPtoP4 dstDeviceId(int setter)
@Cast(value="uint32_t") public int dstContextId()
public CUpti_ActivityMemcpyPtoP4 dstContextId(int setter)
@Cast(value="uint32_t") public int correlationId()
public CUpti_ActivityMemcpyPtoP4 correlationId(int setter)
public Pointer reserved0()
public CUpti_ActivityMemcpyPtoP4 reserved0(Pointer setter)
@Cast(value="uint64_t") public long graphNodeId()
public CUpti_ActivityMemcpyPtoP4 graphNodeId(long setter)
@Cast(value="uint32_t") public int graphId()
public CUpti_ActivityMemcpyPtoP4 graphId(int setter)
@Cast(value="uint32_t") public int channelID()
public CUpti_ActivityMemcpyPtoP4 channelID(int setter)
public CUpti_ActivityMemcpyPtoP4 channelType(int setter)
Copyright © 2025. All rights reserved.