intel / torch-xpu-ops

Apache License 2.0
30 stars 21 forks source link

Windows: Fixing random runtime error when import torch #1043

Closed fengyuan14 closed 2 weeks ago

fengyuan14 commented 2 weeks ago

PyTorch has self logic of loading dll on Windows. The logic in torch-xpu-ops:bridge.cpp gets conflict against PyTorch logic.