mmengine
mmengine copied to clipboard
[Feature] Support for XPU devices
What is the feature?
According to PyTorch Documentation, PyTorch 2.5 will support Intel GPUs as compute backend (so-called xpu devices). I looked into source of mmengine and find that only minor changes are need to adopt XPU as backend.
Any other context?
No response
I made a simple implementation here. I got it tested with my Arc A770 using unmodified mmsegmentation and it worked fine.