简体   繁体   English

在intel phi协处理器上运行mono / c#

[英]Running mono/c# on intel phi coprocessor

Is it possible to run mono on intel's phi coprocessors? 可以在intel的phi协处理器上运行mono吗? From what i have understood they are operating a form of Linux but i haven't managed to find a concrete answer. 据我所知,他们正在运行一种Linux,但我还没有找到具体的答案。 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. 我正在寻找在它们上面运行一些C#代码,因为我听说没有扭曲发散的问题,或类似的东西。

It is entirely possible to run mono on Phi due to the fact that it is just running a standard Linux kernel. 完全有可能在Phi上运行mono,因为它只运行标准的Linux内核。 Any specific shared libraries you need would also have to be compiled for mic and copied to the card as well. 您需要的任何特定共享库也必须编译为麦克风并复制到卡。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM