mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
Implement memory estimation for AMDGPUs.
Stable.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from modules.dml.optimizer.optimizer import Optimizer
|
||||
|
||||
class IntelOptimizer(Optimizer):
|
||||
def memory_stats():
|
||||
def memory_stats(index):
|
||||
raise NotImplementedError()
|
||||
# DML TODO: Implement
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user