Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix format | Nuullll | 2024-01-06 | 1 | -2/+2 |
| | |||||
* | [IPEX] Fix torch.Generator hijack | Nuullll | 2024-01-06 | 1 | -4/+16 |
| | |||||
* | [IPEX] Fix SDPA attn_mask dtype | Nuullll | 2024-01-06 | 1 | -0/+2 |
| | |||||
* | Fix device id | Nuullll | 2023-12-18 | 1 | -2/+5 |
| | |||||
* | [IPEX] Slice SDPA into smaller chunks | Nuullll | 2023-12-18 | 1 | -2/+64 |
| | |||||
* | Fix format | Nuullll | 2023-12-09 | 1 | -1/+1 |
| | |||||
* | Fix ControlNet | Nuullll | 2023-12-09 | 1 | -0/+6 |
| | |||||
* | [IPEX] Fix embedding | Nuullll | 2023-12-06 | 1 | -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 fp64 | Nuullll | 2023-12-02 | 1 | -1/+1 |
| | |||||
* | Disable ipex autocast due to its bad perf | Nuullll | 2023-12-02 | 1 | -10/+18 |
| | |||||
* | Initial IPEX support | Nuullll | 2023-11-30 | 1 | -0/+42 |