I am building a framework in a .NET C# . where we can compile CUDA program on local machine and execute it on a remote machine, where capable GPU  exists. So is there a specific way to achieve this. I found psexec is used to execute commands on remote machine. Considering fact that CUDA devices has lot of limitations  to access remote machine. Is there better alternatives for this purpose. (I do not need existing solutions like rcuda and etc..)..

Similar questions and discussions