JuliaLinearAlgebra / Octavian.jl

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

Always use threading #28

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

Fixes #25

If we want, we can later add in some kind of toggleable feature.

But frankly, it's easiest to just always use the threading.

codecov[bot] commented 3 years ago

Codecov Report

Merging #28 (3ab9626) into master (c48c059) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #28   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10         9    -1     
  Lines          122       116    -6     
=========================================
- Hits           122       116    -6     
Impacted Files Coverage Δ
src/Octavian.jl 100.00% <ø> (ø)
src/matmul.jl 100.00% <100.00%> (ø)

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 c48c059...3ab9626. Read the comment docs.