JuliaLinearAlgebra / BLASBenchmarksCPU.jl

Benchmark BLAS Libraries
MIT License
5 stars 2 forks source link

BLIS now provides 64 bit binaries, add a LoopVectorization matmul #52

Closed chriselrod closed 3 years ago

chriselrod commented 3 years ago

Closes #53 Fixes #54

DilumAluthge commented 3 years ago

What's the earliest version of LV that has @avxt? We could just require that, no need to support old versions of LV for a benchmarking library.

chriselrod commented 3 years ago

Oops, 0.12 was the first version. I'll update the compat.

chriselrod commented 3 years ago

Tests passed locally, so this should fix #54

DilumAluthge commented 3 years ago

We should disable the Pkg server for the Documentation job.

chriselrod commented 3 years ago

How do we do that?

DilumAluthge commented 3 years ago

Let's see if that is sufficient.

chriselrod commented 3 years ago

Great, the documentation job was successful.

DilumAluthge commented 3 years ago

Worth tagging a new release?

chriselrod commented 3 years ago

Yes, go for it.