Robert
Robert

Reputation: 111

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.

Upvotes: 7

Views: 1502

Answers (1)

tibel
tibel

Reputation: 367

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

Upvotes: 2

Related Questions