SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.37k stars 192 forks source link

NumSharp does not allow building with IL2CPP via Unity #455

Open julia-koziel opened 3 years ago

julia-koziel commented 3 years ago

Hi, I am having trouble with building an Android app that is using a NumSharp package in Unity.

This is the error that I keep receiving: IL2CPP error for type 'NumSharp.LAPACKProviderType' in assembly '/UnityProject/Temp/StagingArea/assets/bin/Data/Managed/NumSharp.Core.dll' Additional information: Value of type 'int' is too large to convert to short.

Any help would be much appreciated! Thanks

jacob-jacob-jacob commented 6 months ago

Were you ever able to solve this?