SciSharp / NumSharp

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

Does Numsharp work in Unity with the IL2CPP backend? #511

Open jacob-jacob-jacob opened 3 months ago

jacob-jacob-jacob commented 3 months ago

In the following thread there is some nice advice on how to set up Numsharp in unity: https://github.com/SciSharp/NumSharp/issues/353 However, I've been asking myself if people have tested its performance. I reccon that it should work well with the Unitys Mono backend, but will it also have relatively good performance if choosing the IL2CPP backend?