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

Commits on Aug 28, 2022

  1. syrk! and herk! are in the BLAS module

    - 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.
    dmbates committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    8b92c02 View commit details
    Browse the repository at this point in the history