aboutsummaryrefslogtreecommitdiff
path: root/modules/xpu_specific.py
AgeCommit message (Collapse)Author
2023-12-18Fix device idNuullll
2023-12-18[IPEX] Slice SDPA into smaller chunksNuullll
2023-12-09Fix formatNuullll
2023-12-09Fix ControlNetNuullll
2023-12-06[IPEX] Fix embeddingNuullll
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
2023-12-02Disable ipex autocast due to its bad perfNuullll
2023-11-30Initial IPEX supportNuullll