Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cuda Native Provider - Missing MathNet.Numerics.CUDA.dll

Math.Net 3.7.0 Release Notes on nuget mention a CUDA native provider.

Control.UseNativeCUDA();

throws a DllNotFoundException for MathNet.Numerics.CUDA.dll. For the MKL-provider i need to install an extra NuGet-Package. Is there no package for the CUDA.dll yet? Or what do i have to install?

I'm using MathNet on linux with mono.

like image 589
Robert Avatar asked Jul 23 '15 13:07

Robert


1 Answers

You are right. Currently there is no NuGet package available. Also note that the CUDA support is not stable (alpha) yet.

like image 111
tibel Avatar answered Sep 23 '22 21:09

tibel