mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
IPEX disable Linalg Solve CPU offload with IPEX 2.1
This commit is contained in:
@@ -221,7 +221,8 @@ def ipex_hijacks():
|
||||
torch.UntypedStorage.is_cuda = is_cuda
|
||||
|
||||
torch.nn.functional.interpolate = interpolate
|
||||
torch.linalg.solve = linalg_solve
|
||||
if hasattr(torch.xpu, "Generator"):
|
||||
torch.linalg.solve = linalg_solve
|
||||
|
||||
torch.bmm = torch_bmm
|
||||
torch.cat = torch_cat
|
||||
|
||||
Reference in New Issue
Block a user