ZLUDA
ZLUDA copied to clipboard
Support for PyTorch on windows?
I have been waiting a long time for PyTorch support in windows, it’s something that I really need as dual booting to Ubuntu is annoying and ruins how I would’ve worked usually. I did read that there is limited PyTorch support but I was wondering if it would work regularly for all to.device(‘cuda’) lines or does it only work for specific functions?
pytorch use CuDNN wich is Cuda Deep Neural Network. You can't run anything related to CuDNN (almost). Everything related to Pytorch CUDA will mostly not work. Don't expect anything and you MUST stay in your dual boot environement.
Any plans to further improve support is it just not possible?
Also do you know if ROCM pytorch in windows is possible as of now?
Also do you know if ROCM pytorch in windows is possible as of now?
It isn't. pytorch needs some ROCm features wich aren't available on Windows yet. those are most likely features used by Zluda too under the hood