JuliaLinearAlgebra / Octavian.jl

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

Add mat-vec mul. Fixes #83. #95

Closed chriselrod closed 3 years ago

chriselrod commented 3 years ago

Also fixes #81 .

codecov[bot] commented 3 years ago

Codecov Report

Merging #95 (521065b) into master (0292d3f) will increase coverage by 0.19%. The diff coverage is 89.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   86.60%   86.79%   +0.19%     
==========================================
  Files          11       11              
  Lines         724      742      +18     
==========================================
+ Hits          627      644      +17     
- Misses         97       98       +1     
Impacted Files Coverage Δ
src/matmul.jl 90.97% <83.87%> (+0.60%) :arrow_up:
src/complex_matmul.jl 100.00% <100.00%> (ø)
src/macrokernels.jl 88.23% <100.00%> (ø)
src/utils.jl 67.64% <100.00%> (ø)
src/funcptrs.jl 97.05% <0.00%> (-2.95%) :arrow_down:
src/block_sizes.jl 96.66% <0.00%> (+1.66%) :arrow_up:

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 0292d3f...521065b. Read the comment docs.