• Nuullll's avatar
    [IPEX] Fix embedding · 746783f7
    Nuullll authored
    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
    ```
    746783f7
xpu_specific.py 2.17 KB