问题
Is it possible to run mono on intel's phi coprocessors? From what i have understood they are operating a form of Linux but i haven't managed to find a concrete answer. If it is possible, are there any sort of limitations/issues? I'm looking to run some C# code on them as i had heard there are no issues with warp divergence, or something similar.
回答1:
It is entirely possible to run mono on Phi due to the fact that it is just running a standard Linux kernel. Any specific shared libraries you need would also have to be compiled for mic and copied to the card as well.
来源:https://stackoverflow.com/questions/16999449/running-mono-c-on-intel-phi-coprocessor