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

Improve Dense stride handling #774

Merged
merged 17 commits into from
Jun 3, 2021
Merged

Improve Dense stride handling #774

merged 17 commits into from
Jun 3, 2021

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    8ca33bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494a413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bedb7f View commit details
    Browse the repository at this point in the history
  4. improve Dense reference tests

    upsj committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    550e400 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7319687 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0173df2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d04012 View commit details
    Browse the repository at this point in the history
  8. fix icc compilation issues

    upsj committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4d7ff23 View commit details
    Browse the repository at this point in the history
  9. remove support for Intel 2017

    upsj committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    84b2f77 View commit details
    Browse the repository at this point in the history
  10. review update

    Co-authored-by: Gregor Olenik <gregor.olenik@web.de>
    Co-authored-by: Pratik Nayak <pratik.nayak@kit.edu>
    3 people committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    cc30d8f View commit details
    Browse the repository at this point in the history
  11. improve dense convert_to

    use a temporary clone of the array
    instead of working around recursion in convert_to
    upsj committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    65228ef View commit details
    Browse the repository at this point in the history
  12. add make_temporary_output_clone

    This provides an alternative to make_temporary_clone
    that doesn't initialize the content for output-parameters
    upsj committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f455156 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    040749f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b62161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caa8595 View commit details
    Browse the repository at this point in the history
  4. avoid copies on empty matrices

    This fixes test failures in core tests with Reference disabled
    upsj committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    4c847f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. fix single-precision Dense copy on dpcpp

    Co-authored-by: Thomas Grützmacher <thomas.gruetzmacher@kit.edu>
    upsj and Thomas Grützmacher committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    4677856 View commit details
    Browse the repository at this point in the history