nuget上的Math.Net 3.7.0 Release Notes提到了CUDA原生提供程序。
Control.UseNativeCUDA();为MathNet.Numerics.CUDA.dll引发DllNotFoundException。对于MKL-provider,我需要安装一个额外的NuGet-Package。还没有CUDA.dll的包吗?或者我必须安装什么?
我在linux上使用MathNet和mono。
发布于 2015-09-16 20:20:20
你是正确的。目前没有可用的NuGet包。另请注意,CUDA支持还不稳定(alpha)。
https://stackoverflow.com/questions/31589070
复制相似问题