mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 16:24:33 +02:00
Implement memory estimation for AMDGPUs.
Stable.
This commit is contained in:
@@ -4,5 +4,5 @@ from typing import *
|
||||
class Optimizer(metaclass=ABCMeta):
|
||||
driver: Any = None
|
||||
@abstractmethod
|
||||
def memory_stats(self, index: int) -> Tuple[int, int]:
|
||||
def memory_stats(index: int) -> Tuple[int, int]:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user