Skip to content

Use LinearAlgbera.axpy! uniformly #372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jan 25, 2023

On Julia v1.9, LinearAlgebra.axpy! !== BLAS.axpy!
In most cases, we should be calling LinearAlgebra.axpy! instead of BLAS.axpy!, as there may not be a BLAS call involved in the function. Internally, LinearAlgebra.axpy! calls BLAS.axpy! wherever appropriate.

@codecov
Copy link

codecov bot commented Jan 25, 2023

Codecov Report

Base: 71.98% // Head: 72.07% // Increases project coverage by +0.08% 🎉

Coverage data is based on head (87d42f0) compared to base (6e231f8).
Patch coverage: 81.35% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #372      +/-   ##
==========================================
+ Coverage   71.98%   72.07%   +0.08%     
==========================================
  Files          79       79              
  Lines        8311     8323      +12     
==========================================
+ Hits         5983     5999      +16     
+ Misses       2328     2324       -4     
Impacted Files Coverage Δ
src/Multivariate/TrivialTensorFun.jl 96.00% <ø> (ø)
src/LinearAlgebra/RaggedMatrix.jl 56.16% <28.57%> (ø)
src/Caching/banded.jl 68.51% <33.33%> (ø)
src/Caching/ragged.jl 63.68% <40.00%> (ø)
src/Operators/SubOperator.jl 83.16% <88.88%> (+0.16%) ⬆️
src/ApproxFunBase.jl 83.33% <100.00%> (+2.38%) ⬆️
src/Caching/almostbanded.jl 97.89% <100.00%> (ø)
src/Caching/bandedblockbanded.jl 96.77% <100.00%> (ø)
src/Caching/blockbanded.jl 79.38% <100.00%> (ø)
src/Caching/matrix.jl 69.56% <100.00%> (ø)
... and 10 more

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

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

@jishnub jishnub merged commit fea3939 into JuliaApproximation:master Jan 25, 2023
@jishnub jishnub deleted the axpy branch January 25, 2023 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant