update changelog

This commit is contained in:
Vladimir Mandic
2023-07-08 14:22:51 -04:00
parent 8490cbf65e
commit db30f5faec
2 changed files with 12 additions and 3 deletions
-1
View File
@@ -202,7 +202,6 @@ if backend == 'ipex':
CondFunc('torch.nn.modules.Linear.forward',
lambda orig_func, *args, **kwargs: orig_func(args[0], args[1].to(args[0].weight.data.dtype)),
lambda *args, **kwargs: args[2].dtype != args[1].weight.data.dtype)
#Functions that does not work with the XPU:
#UniPC:
CondFunc('torch.linalg.solve',