aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xpu_specific.py
AgeCommit message (Collapse)AuthorLines
2023-12-09Fix formatNuullll-1/+1
2023-12-09Fix ControlNetNuullll-0/+6
2023-12-06[IPEX] Fix embeddingNuullll-0/+3
Cast `torch.bmm` args into same `dtype`. Fixes the following error when using Text Inversion embedding (#14224): ``` RuntimeError: could not create a primitive descriptor for a matmul primitive ```
2023-12-02Fix fp64Nuullll-1/+1
2023-12-02Disable ipex autocast due to its bad perfNuullll-10/+18
2023-11-30Initial IPEX supportNuullll-0/+42