Anthony Lloyd

Results 6 issues of 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...

enhancement
help wanted

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...