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

Small optimization on the datatype commit. #6945

Merged
merged 2 commits into from
Sep 3, 2019

Commits on Aug 30, 2019

  1. Small optimization on the datatype commit.

    This patch fixes the merge of contiguous elements into larger but more
    compact datatypes, and allows for contiguous elements to have thir
    blocklen increasing instead of the count. The idea is to always maximize
    the blocklen, aka. the contiguous part of the datatype.
    
    Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
    bosilca committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    41e6f55 View commit details
    Browse the repository at this point in the history
  2. Add a test for datatypes composed by multiple predefined

    elements that can be merged into a larger UINT1 type.
    
    Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
    bosilca committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    82d6322 View commit details
    Browse the repository at this point in the history