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
Current benchmarks are not entirely representative of the performance, as simple vectorized computations are easily compiled to near-perfect machine code.
Some benchmark suggestions:
Linear algebra routines (SVD, matrix inverse, eigenvalues...)
Number theory functions (primality tests, integer factorization...)
Optimization (test using rosenbrock function, count the number of objective function calls)
The text was updated successfully, but these errors were encountered:
Current benchmarks are not entirely representative of the performance, as simple vectorized computations are easily compiled to near-perfect machine code.
Some benchmark suggestions:
The text was updated successfully, but these errors were encountered: