Anthony Lloyd
Anthony Lloyd
https://github.com/AnthonyLloyd/CsCheck
https://github.com/MKL-NET/MKL.NET
Just thinking that given that `Expecto` is async by default and very flexible in terms of organizing test trees and has stress testing, that some kind of helpers for load...
I've recently created MKL.NET to make using MKL easier from .NET. It's reasonably complete but the idea is anyone can add to it with tests for any missing API. It...
Make the matrix operation work over more matrix shapes: https://numpy.org/doc/stable/user/basics.broadcasting.html Stride was added to MKL to do this: https://software.intel.com/content/www/us/en/develop/articles/new-mkl-vml-api.html Also things like Matrix.Max(M, 0.0)
Can I check what happens with netstandard assemblies with tests that are used in an entrypoint netcoreapp? It looks like you are running tests using the adapters app? If you...
I've realised why John Hughes has a model for parallel testing. If the actual is very time or resource consuming this could mean the linearization check will be slow. Think...
https://www.pcg-random.org/posts/bounded-rands.html Add some sample and faster tests on the normal and fast mod of Next(int) and the tweaked Lemire's method in the conclusion. If it looks good we'll start to...