Running mono/c# on intel phi coprocessor

2019-08-08 17:14发布

问题:

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.