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