Implement torch.dml.

VERY UNSTABLE & NOT TESTED.
This commit is contained in:
Seunghoon Lee
2023-04-26 12:21:44 +09:00
parent 8ea2fe15e7
commit 09ae33cdf7
19 changed files with 347 additions and 97 deletions
+7
View File
@@ -0,0 +1,7 @@
from modules.dml.optimizer.optimizer import Optimizer
class IntelOptimizer(Optimizer):
def memory_stats():
raise NotImplementedError()
# DML TODO: Implement
return