JuliaLinearAlgebra / Octavian.jl

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

Increase Static lower bound #155

Closed chriselrod closed 2 years ago

chriselrod commented 2 years ago

Older versions might be problematic? https://github.com/JuliaLinearAlgebra/Octavian.jl/issues/154

@Song921012, do you by any chance know which version you were using?

codecov[bot] commented 2 years ago

Codecov Report

Merging #155 (9a19149) into master (ccd9033) will decrease coverage by 2.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #155      +/-   ##
==========================================
- Coverage   88.13%   86.11%   -2.02%     
==========================================
  Files          13       13              
  Lines         927      994      +67     
==========================================
+ Hits          817      856      +39     
- Misses        110      138      +28     
Impacted Files Coverage Δ
src/global_constants.jl 6.00% <0.00%> (-51.15%) :arrow_down:
src/memory_buffer.jl 73.91% <0.00%> (-7.04%) :arrow_down:
src/block_sizes.jl 85.88% <0.00%> (-1.03%) :arrow_down:
src/complex_matmul.jl 100.00% <0.00%> (ø)
src/forward_diff.jl 99.02% <0.00%> (+0.17%) :arrow_up:
src/matmul.jl 91.80% <0.00%> (+0.26%) :arrow_up:
src/utils.jl 68.42% <0.00%> (+0.36%) :arrow_up:
src/macrokernels.jl 89.15% <0.00%> (+1.31%) :arrow_up:
src/funcptrs.jl 100.00% <0.00%> (+2.66%) :arrow_up:
src/init.jl 85.18% <0.00%> (+3.70%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.