JuliaLinearAlgebra / Octavian.jl

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

Remove inline from forward_diff.jl to workaround startup crash with precompiled image #127

Closed jaakkor2 closed 2 years ago

jaakkor2 commented 2 years ago

Workaround https://github.com/JuliaSIMD/LoopVectorization.jl/issues/364

codecov[bot] commented 2 years ago

Codecov Report

Merging #127 (e47b241) into master (b954b9b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   87.61%   87.61%           
=======================================
  Files          13       13           
  Lines         872      872           
=======================================
  Hits          764      764           
  Misses        108      108           
Impacted Files Coverage Δ
src/forward_diff.jl 97.77% <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 b954b9b...e47b241. Read the comment docs.

chriselrod commented 2 years ago

Mind bumping the version so I can make a release once this merges?

jaakkor2 commented 2 years ago

Mind bumping the version so I can make a release once this merges?

Bumped.