@Properties(inherit=nvml.class) public class nvmlPlatformInfo_v1_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
nvmlPlatformInfo_v1_t()
Deprecated.
Default native constructor.
|
nvmlPlatformInfo_v1_t(long size)
Deprecated.
Native array allocator.
|
nvmlPlatformInfo_v1_t(Pointer p)
Deprecated.
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
byte |
chassisPhysicalSlotNumber()
Deprecated.
The slot number in the rack containing this GPU (includes switches)
|
nvmlPlatformInfo_v1_t |
chassisPhysicalSlotNumber(byte setter)
Deprecated.
|
byte |
computeSlotIndex()
Deprecated.
The index within the compute slots in the rack containing this GPU (does not include switches)
|
nvmlPlatformInfo_v1_t |
computeSlotIndex(byte setter)
Deprecated.
|
nvmlPlatformInfo_v1_t |
getPointer(long i)
Deprecated.
|
BytePointer |
ibGuid()
Deprecated.
|
byte |
ibGuid(int i)
Deprecated.
Infiniband GUID reported by platform (for Blackwell, ibGuid is 8 bytes so indices 8-15 are zero)
|
nvmlPlatformInfo_v1_t |
ibGuid(int i,
byte setter)
Deprecated.
|
byte |
moduleId()
Deprecated.
ID of this GPU within the node
|
nvmlPlatformInfo_v1_t |
moduleId(byte setter)
Deprecated.
|
byte |
nodeIndex()
Deprecated.
Index of the node within the slot containing this GPU
|
nvmlPlatformInfo_v1_t |
nodeIndex(byte setter)
Deprecated.
|
byte |
peerType()
Deprecated.
Platform indicated NVLink-peer type (e.g.
|
nvmlPlatformInfo_v1_t |
peerType(byte setter)
Deprecated.
|
nvmlPlatformInfo_v1_t |
position(long position)
Deprecated.
|
BytePointer |
rackGuid()
Deprecated.
|
byte |
rackGuid(int i)
Deprecated.
GUID of the rack containing this GPU (for Blackwell rackGuid is 13 bytes so indices 13-15 are zero)
|
nvmlPlatformInfo_v1_t |
rackGuid(int i,
byte setter)
Deprecated.
|
int |
version()
Deprecated.
the API version number
|
nvmlPlatformInfo_v1_t |
version(int setter)
Deprecated.
|
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, zero
public nvmlPlatformInfo_v1_t()
public nvmlPlatformInfo_v1_t(long size)
Pointer.position(long)
.public nvmlPlatformInfo_v1_t(Pointer p)
Pointer(Pointer)
.public nvmlPlatformInfo_v1_t position(long position)
public nvmlPlatformInfo_v1_t getPointer(long i)
getPointer
in class Pointer
public nvmlPlatformInfo_v1_t version(int setter)
@Cast(value="unsigned char") public byte ibGuid(int i)
public nvmlPlatformInfo_v1_t ibGuid(int i, byte setter)
@MemberGetter @Cast(value="unsigned char*") public BytePointer ibGuid()
@Cast(value="unsigned char") public byte rackGuid(int i)
public nvmlPlatformInfo_v1_t rackGuid(int i, byte setter)
@MemberGetter @Cast(value="unsigned char*") public BytePointer rackGuid()
@Cast(value="unsigned char") public byte chassisPhysicalSlotNumber()
public nvmlPlatformInfo_v1_t chassisPhysicalSlotNumber(byte setter)
@Cast(value="unsigned char") public byte computeSlotIndex()
public nvmlPlatformInfo_v1_t computeSlotIndex(byte setter)
@Cast(value="unsigned char") public byte nodeIndex()
public nvmlPlatformInfo_v1_t nodeIndex(byte setter)
@Cast(value="unsigned char") public byte peerType()
public nvmlPlatformInfo_v1_t peerType(byte setter)
@Cast(value="unsigned char") public byte moduleId()
public nvmlPlatformInfo_v1_t moduleId(byte setter)
Copyright © 2025. All rights reserved.