cuda.core.system.BAR1MemoryInfo#
- class cuda.core.system.BAR1MemoryInfo(memory_info: nvml.BAR1Memory)#
BAR1 Memory allocation information for a device.
- free#
int
Unallocated BAR1 memory (in bytes)
- Type:
BAR1MemoryInfo.free
- reserved#
int
Device memory (in bytes) reserved for system use (driver or firmware)
- Type:
MemoryInfo.reserved
- total#
int
Total BAR1 memory (in bytes)
- Type:
BAR1MemoryInfo.total
- used#
int
Allocated used memory (in bytes)
- Type:
BAR1MemoryInfo.used
Methods
- __init__(*args, **kwargs)#