MemoryCudaProps: {
    active: MemoryInfoProps;
    allocated: MemoryInfoProps;
    events: { oom: number; retries: number };
    inactive: MemoryInfoProps;
    reserved: MemoryInfoProps;
    system: MemoryRamProps;
}

Represents the Cuda Memory Information Properties

Type declaration