You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2018. It is now read-only.
I am using Mathnet.Numerics in a library, and the app that uses this package, also includes the mathnet.numerics. When I try to debug the app, I get a
Exception thrown: 'System.DllNotFoundException' in MathNet.Numerics.dll
Additional information: Unable to load DLL 'MathNet.Numerics.CUDA.dll': The specified module could not be found.
There is no CUDA dll in the package, and I assume this is a native provider, but I have not enabled anything. So, why is this coming up? How do I disable this?