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

Quick fix for buserror by adjusting blocking param. #125

Closed chriselrod closed 2 years ago

chriselrod commented 2 years ago

Fixes #124

codecov[bot] commented 2 years ago

Codecov Report

Merging #125 (034c073) into master (b694678) will increase coverage by 0.49%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
+ Coverage   87.34%   87.83%   +0.49%     
==========================================
  Files          13       13              
  Lines         806      855      +49     
==========================================
+ Hits          704      751      +47     
- Misses        102      104       +2     
Impacted Files Coverage Δ
src/global_constants.jl 60.00% <100.00%> (ø)
src/init.jl 65.38% <0.00%> (-5.45%) :arrow_down:
src/funcptrs.jl 100.00% <0.00%> (ø)
src/complex_matmul.jl 100.00% <0.00%> (ø)
src/forward_diff.jl 97.77% <0.00%> (+0.15%) :arrow_up:
src/matmul.jl 91.90% <0.00%> (+0.42%) :arrow_up:
src/utils.jl 68.05% <0.00%> (+0.44%) :arrow_up:
src/macrokernels.jl 90.27% <0.00%> (+0.72%) :arrow_up:
src/integerdivision.jl 76.19% <0.00%> (+1.19%) :arrow_up:
src/block_sizes.jl 89.55% <0.00%> (+1.21%) :arrow_up:
... and 1 more

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 b694678...034c073. Read the comment docs.