Skip to content
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

syrk! and herk! are in the BLAS module #94

Merged
merged 1 commit into from
Aug 29, 2022
Merged

syrk! and herk! are in the BLAS module #94

merged 1 commit into from
Aug 29, 2022

Conversation

dmbates
Copy link
Contributor

@dmbates dmbates commented Aug 28, 2022

  • need to use the qualified names BLAS.syrk! and BLAS.herk!
  • a large block of code is inside if VERSION < v"1.3.0-alpha.115 but Project.toml gives the minimum Julia version as 1.6 I think that block should be dropped but I don't know what your policy regarding dropping dead code is.

- need to use the qualified names `BLAS.syrk!` and `BLAS.herk!`
- a large block of code is inside `if VERSION < v"1.3.0-alpha.115` but `Project.toml` gives the minimum Julia version as 1.6  I think that block should be dropped but I don't know what your policy regarding dropping dead code is.
@codecov
Copy link

codecov bot commented Aug 28, 2022

Codecov Report

Merging #94 (8b92c02) into master (d16065d) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master      #94   +/-   ##
=======================================
  Coverage   73.35%   73.35%           
=======================================
  Files          10       10           
  Lines        1670     1670           
=======================================
  Hits         1225     1225           
  Misses        445      445           
Impacted Files Coverage Δ
src/juliaBLAS.jl 24.86% <0.00%> (ø)

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

@andreasnoack andreasnoack merged commit 020c386 into JuliaLinearAlgebra:master Aug 29, 2022
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.

None yet

2 participants