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

Make eager parameters in ep config as a domain array. #28

Open
wants to merge 16 commits into
base: cuda-domain-1
Choose a base branch
from

Commits on Oct 11, 2017

  1. TEST/UCP: Fix checking send request status after failure.

    Request may complete successfully before the error is detected.
    yosefe authored and bureddy committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    f0691d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eea96e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    948909e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9c1a31 View commit details
    Browse the repository at this point in the history
  5. UCT/API/UCP: Add thread-safety flag for UCT progres control.

    UCT progress control may be called when processing a wireup message, for
    p2p transports such as RC. In this case, enabling progress on the
    interface must be thread-safe with respect to the main thread, which may
    be calling ucp_worker_progress().
    yosefe authored and bureddy committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    7eaa6e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d24e5b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. CUDA: configuration flags

    bureddy committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    869706a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35dd1fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afe690b View commit details
    Browse the repository at this point in the history
  4. CUDA: cudaFree() hook

    bureddy committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    b2eff43 View commit details
    Browse the repository at this point in the history
  5. remove CUDA UCT

    bureddy committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    c289fec View commit details
    Browse the repository at this point in the history
  6. CUDA; GDR COPY UCT implementation

            - copy to cuda memory using gdr copy utility
            - gdr copy (https://github.com/NVIDIA/gdrcopy)
    bureddy committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    deb9c64 View commit details
    Browse the repository at this point in the history
  7. CUDA: CUDA COPY UCT

        - copy to/from cuda memory to system memory
        - for pipeline rndv transfers
    bureddy committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    51b1405 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71fa1ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac2cc56 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Configuration menu
    Copy the full SHA
    400bc04 View commit details
    Browse the repository at this point in the history