Daniel Karrasch

Results 264 comments of Daniel Karrasch

@nanosoldier `runbenchmarks("linalg", vs = ":release-v1.10")`

> The last version of my PR Could you please point me to that commit? @nanosoldier `runbenchmarks("linalg", vs = ":release-1.11")`

I'll try that out. Thanks!

Ok, I included that suggestion, but kept the macro call at the most generic version (for now). I believe this should not affect the usual small-matrix- or blas-paths. I'll double-check,...

For the first goal, you should be able to compute `pairwise(Euclidean(), V1, V2)`. It will treat `V1` and `V2` as iterables and compute exactly what you need. For the second...

Could you please investigate whether this is taking a different path then what it used to take? It could be that we missed some dispatch...

I have absolutely no idea what's going on. When I compare, on current master I get ```julia julia> using BenchmarkTools, LinearAlgebra, SparseArrays julia> n = 1000; julia> A = sparse(Float64,...

Yes. It's also not clear to me why the rewrap works without allocation in the plain vector case, but allocates in the view case. Both run by the same code...

As https://github.com/JuliaLang/julia/issues/52137 shows, this is unrelated to this package and possibly something upstream.