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

Minor Release v1.1.1 #406

Merged
merged 29 commits into from
Dec 2, 2019
Merged

Minor Release v1.1.1 #406

merged 29 commits into from
Dec 2, 2019

Commits on Nov 27, 2019

  1. Add support for factorization in create_new_algorithm.sh

    Thomas Grützmacher authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    0447023 View commit details
    Browse the repository at this point in the history
  2. fix sellp read

    yhmtsai authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    cda40b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    932fbe1 View commit details
    Browse the repository at this point in the history
  4. Fix small typo in the stencil examples

    upsj authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    ec4a3ab View commit details
    Browse the repository at this point in the history
  5. Improve CSR strategies

    - All conversions to CSR (except CSR to CSR) now conserve the original
      strategy (test for that are included)
    - CSR strategies now try to copy the least amount of data
    - Add exception throwing in case the load_balance would not work
      properly (when srow is empty)
    Thomas Grützmacher authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    4db298c View commit details
    Browse the repository at this point in the history
  6. Review update

    - Make strategy helper variables const to ensure they do not change
    - Fix Hybrid read function
    Thomas Grützmacher authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    db622a9 View commit details
    Browse the repository at this point in the history
  7. Review update and additional fixes

    - GKO_NOT_SUPPORTED is the only macro that does not include the
      `throw`. This was not only a problem in this code, but also in
      unrelated code, which is also fixed within this commit
    - An Empty Dense matrix can now be converted to a CSR matrix
    - Moved the `GKO_NOT_SUPPORTED` to the cuda kernel, so empty matrices
      do not throw when applying a strategy.
    Thomas Grützmacher authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    a942a89 View commit details
    Browse the repository at this point in the history
  8. Review update

    - Change a `static_cast` in the strategies to a constructor call
    - Move empty matrix test from CSR to Dense (and add a move test)
    Thomas Grützmacher authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    29bda33 View commit details
    Browse the repository at this point in the history
  9. Fix GKO_NOT_SUPPORTED, so it behaves as expected

    Thomas Grützmacher authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    638db8c View commit details
    Browse the repository at this point in the history
  10. Review update: fix doxygen comment for GKO_NOT_SUPPORTED

    Thomas Grützmacher authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    f0d8e2d View commit details
    Browse the repository at this point in the history
  11. Add GKO_ASSERT_EQ assertion.

    tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    9fe7165 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e88654 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f671da View commit details
    Browse the repository at this point in the history
  14. add tests for GKO_ASSERT_EQ

    upsj authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    8f3c8cb View commit details
    Browse the repository at this point in the history
  15. fix dense bounds check

    upsj authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    65ec1ae View commit details
    Browse the repository at this point in the history
  16. revert bounds check changes for dense.hpp

    upsj authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    de97319 View commit details
    Browse the repository at this point in the history
  17. Improve update_header script so it does not stop make

    `update_ginkgo_header.sh` now no longer returns a non-zero exit code,
    meaning it should no longer stop the `make` process when something
    goes wrong or is not found.
    Additionally, the script is now only called if `GINKGO_DEVEL_TOOLS` are
    enabled since non-developer would not benefit or need it.
    Thomas Grützmacher authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    e308255 View commit details
    Browse the repository at this point in the history
  18. Further improve the update_ginkgo_header.sh script

    - Add additional tests for access privileges
    - Add `rm` parameter
    Thomas Grützmacher authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    89949c7 View commit details
    Browse the repository at this point in the history
  19. Review Update

    Changed `rm` parameter to `-f` in order to have a wider OS support.
    Thomas Grützmacher authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    bbcd2e4 View commit details
    Browse the repository at this point in the history
  20. update git-cmake-format source repository

    upsj authored and tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    ba452f1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6fce256 View commit details
    Browse the repository at this point in the history
  22. Add Changelog

    tcojean committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    cf678b1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    784aa6e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Configuration menu
    Copy the full SHA
    d4afd1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10da811 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f70a7c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Fix test_install with PAPI.

    tcojean committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2b75262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dbcef9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8ec186 View commit details
    Browse the repository at this point in the history