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

Precomp for >= 1.8.1beta #132

Closed chriselrod closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #132 (150e895) into master (c7ebc65) will decrease coverage by 1.75%. The diff coverage is 76.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
- Coverage   87.61%   85.86%   -1.76%     
==========================================
  Files          13       13              
  Lines         872      877       +5     
==========================================
- Hits          764      753      -11     
- Misses        108      124      +16     
Impacted Files Coverage Δ
src/Octavian.jl 50.00% <0.00%> (-50.00%) :arrow_down:
src/macrokernels.jl 89.18% <66.66%> (-1.09%) :arrow_down:
src/init.jl 64.28% <71.42%> (-1.10%) :arrow_down:
src/global_constants.jl 42.00% <100.00%> (-18.00%) :arrow_down:
src/memory_buffer.jl 73.91% <100.00%> (ø)
src/funcptrs.jl 97.26% <0.00%> (-2.74%) :arrow_down:
src/matmul.jl 91.27% <0.00%> (-0.63%) :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 c7ebc65...150e895. Read the comment docs.