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

support Static 0.7.8, fixes #159 #160

Closed chriselrod closed 1 year ago

chriselrod commented 1 year ago

I think this code should be able to just reply on consteval instead.

If anyone else wants to take a stab at cleaning the code up (which would have the benefit of improving readability and latency), they're more than welcome. =)

codecov[bot] commented 1 year ago

Codecov Report

Base: 86.11% // Head: 86.17% // Increases project coverage by +0.05% :tada:

Coverage data is based on head (236d0ef) compared to base (de37846). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #160 +/- ## ========================================== + Coverage 86.11% 86.17% +0.05% ========================================== Files 13 13 Lines 994 998 +4 ========================================== + Hits 856 860 +4 Misses 138 138 ``` | [Impacted Files](https://codecov.io/gh/JuliaLinearAlgebra/Octavian.jl/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra) | Coverage Δ | | |---|---|---| | [src/block\_sizes.jl](https://codecov.io/gh/JuliaLinearAlgebra/Octavian.jl/pull/160/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL2Jsb2NrX3NpemVzLmps) | `86.51% <100.00%> (+0.63%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.