aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xpu_specific.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatNuullll2024-01-061-2/+2
|
* [IPEX] Fix torch.Generator hijackNuullll2024-01-061-4/+16
|
* [IPEX] Fix SDPA attn_mask dtypeNuullll2024-01-061-0/+2
|
* Fix device idNuullll2023-12-181-2/+5
|
* [IPEX] Slice SDPA into smaller chunksNuullll2023-12-181-2/+64
|
* Fix formatNuullll2023-12-091-1/+1
|
* Fix ControlNetNuullll2023-12-091-0/+6
|
* [IPEX] Fix embeddingNuullll2023-12-061-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 ```
* Fix fp64Nuullll2023-12-021-1/+1
|
* Disable ipex autocast due to its bad perfNuullll2023-12-021-10/+18
|
* Initial IPEX supportNuullll2023-11-301-0/+42