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

UCP:rndv multirail support infrastructure + protocol #1894

Closed
wants to merge 6 commits into from

Commits on Nov 6, 2017

  1. UCP:rndv multirail support infrastructure + protocol

    - added infrastructure to support multi-rail on rndv-RMA:
      - updated rndv-rma lane to array
      - added memory handles to store registered buffer and remote keys
      - added wireup configuration for mrail
      - added context parameter to enable mrail (disabled by default) UCX_RNDV_RAILS=1
    Sergey Oblomov committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    c20915e View commit details
    Browse the repository at this point in the history
  2. UCP:rndv multirail support infrastructure + protocol (2)

    - fixed typo
    - fixed indentation
    Sergey Oblomov committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    cd83557 View commit details
    Browse the repository at this point in the history
  3. UCP:rndv multirail support infrastructure + protocol (3)

    - refactoring of datatypes: reduced size of core structures (request & dt)
    Sergey Oblomov committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    4f89605 View commit details
    Browse the repository at this point in the history
  4. UCP:rndv multirail support infrastructure + protocol (4)

    - unified multi/single rail ways
    Sergey Oblomov committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    d992f41 View commit details
    Browse the repository at this point in the history
  5. UCP:rndv multirail support infrastructure + protocol (5)

    - renamed rail->lanes
    Sergey Oblomov committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    ab4b3ff View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. UCP:rndv multirail support infrastructure + protocol (6)

    - functions/values renaming, minor optimization
    Sergey Oblomov committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    1d7597f View commit details
    Browse the repository at this point in the history