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

btl/uct: fix fetching atomics support for osc/rdma #12818

Commits on Sep 19, 2024

  1. btl/uct: fix fetching atomics support for osc/rdma

    The check that requires 32 and 64 bit atomic support is way outdated at this
    point. This commit takes the union of the two instead of the intersection
    because technically it is up to the btl user to determine which of each type
    are supported. This commit also ensures that MCA_BTL_ATOMIC_SUPPORTS_32BIT is
    set when 32-bit atomics are available and ensures that the required
    MCA_BTL_FLAGS_RDMA_REMOTE_COMPLETION flag is set on the btl.
    
    Signed-off-by: Nathan Hjelm <[email protected]>
    hjelmn committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8adf9f5 View commit details
    Browse the repository at this point in the history