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

Cleanup Wrappers and Tests #37

Merged
merged 20 commits into from
Aug 23, 2024
Merged

Cleanup Wrappers and Tests #37

merged 20 commits into from
Aug 23, 2024

Commits on Aug 22, 2024

  1. mkl_size(mtx, dim)

    and some whitespace cleanups
    alyst committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c3cb598 View commit details
    Browse the repository at this point in the history
  2. reduce code duplication

    alyst committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4e2c88a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9285ab8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    a3aaeee View commit details
    Browse the repository at this point in the history
  2. replace @test_blas with @test ...@blas()...

    so that the tests support standard @test kwargs and logic,
    as well as type inference for BLAS calls
    alyst committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fdc76a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68c730a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eae49ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5abad7 View commit details
    Browse the repository at this point in the history
  6. test sparse-to-dense conversion

    alyst committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c49a927 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d6a545 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fad618 View commit details
    Browse the repository at this point in the history
  9. tests: explicit random seed

    alyst committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9a24dc9 View commit details
    Browse the repository at this point in the history
  10. fix 4-arg ldiv!() declaration

    to be compatible with 3-arg ldiv!()
    in base Julia;
    add tests for 3- and 4-arg ldiv!()
    alyst committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e46f3f3 View commit details
    Browse the repository at this point in the history
  11. improve SPBLAS call counting

    replace implicit counter increment with method call
    (so that the behaviour could be changed globally)
    alyst committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    65312d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    09ecec1 View commit details
    Browse the repository at this point in the history
  13. add 3-arg mul!() overloads

    the default ones seem to not use the 5-arg mul!() defined in MKLSparse.jl
    alyst committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b00972a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d50abc View commit details
    Browse the repository at this point in the history
  15. add dependabot.yml

    for keeping github-actions up-to-date
    alyst committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    55a6d41 View commit details
    Browse the repository at this point in the history
  16. ci: use julia-actions

    alyst committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cb8cc55 View commit details
    Browse the repository at this point in the history
  17. inline annotations for convert() methods

    in a hope to increase the chances of
    compile-time evaluation and constant propagation
    alyst committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    260de15 View commit details
    Browse the repository at this point in the history