does Microsoft MPI support CUDA-aware MPI ?

hello:
I’m doing my work on visual studio 2017,on windows 7.I have completed my multi gpu program with mpi in the traditional way,which means the data is copied to the host first. Now I’m trying CUDA-aware MPI, but it seems there is no proper MPI support CUDA-aware MPI for windows,while the MPIs introduced by nvida work only on linux. Does anyone know the proper MPI I can get, or I have to transfer to linux?

hello:
Did you complete the CUDA-aware MPI for windows? If yes, could you share your experience. I am now doing this work.