from modules.dml.memctl.memctl import MemoryControl
class nVidiaMemoryControl(MemoryControl):
def mem_get_info(index: int):
# DML TODO: Implement or find a general (and also lightweight) way.
return (1073741824, 1073741824)