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