So I posted earlier about how to convert CUDA projects to ROCm for windows and Hipify was a tool for that but unfortunately Hipify doesn’t convert projects written in libraries like PyTorch so I want to convert sadtalker which is a PyTorch project to PyTorch directML, which is a Microsoft run project that will let it work with ROCm(unfortunately PyTorch for rocm is Linux only). How can I do that or is there an easier way to do it with another library or something?