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