JuliaLinearAlgebra / Octavian.jl

Multi-threaded BLAS-like library that provides pure Julia matrix multiplication
https://julialinearalgebra.github.io/Octavian.jl/stable/
Other
230 stars 18 forks source link

Needs more work, but this is a definite improvement on a few benchmarks. #61

Closed chriselrod closed 3 years ago

chriselrod commented 3 years ago

I figure we can merge now and further improve it later.

codecov[bot] commented 3 years ago

Codecov Report

Merging #61 (c0bd938) into master (083c6ee) will decrease coverage by 26.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #61       +/-   ##
===========================================
- Coverage   63.02%   36.97%   -26.06%     
===========================================
  Files          12       12               
  Lines         779      779               
===========================================
- Hits          491      288      -203     
- Misses        288      491      +203     
Impacted Files Coverage Δ
src/block_sizes.jl 75.86% <0.00%> (-18.97%) :arrow_down:
src/funcptrs.jl 4.65% <0.00%> (-90.70%) :arrow_down:
src/matmul.jl 37.65% <0.00%> (-44.13%) :arrow_down:
src/memory_buffer.jl 34.48% <0.00%> (-13.80%) :arrow_down:
src/global_constants.jl 56.25% <0.00%> (-1.57%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 083c6ee...c0bd938. Read the comment docs.