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

Add allgatherv #177

Closed
wants to merge 1 commit into from
Closed

Conversation

pietern
Copy link
Contributor

@pietern pietern commented May 1, 2019

Summary:
This addition includes a tweak to the unbound buffer default
arguments. For allgatherv, it is valid for a process to contribute
nothing, and nbytes == 0 was special cased. Use a default value of
UINT64_MAX to make nbytes == 0 a valid call.

Differential Revision: D15174130

pietern added a commit to pietern/gloo that referenced this pull request May 1, 2019
Summary:
Pull Request resolved: facebookincubator#177

This addition includes a tweak to the unbound buffer default
arguments. For allgatherv, it is valid for a process to contribute
nothing, and `nbytes == 0` was special cased. Use a default value of
UINT64_MAX to make `nbytes == 0` a valid call.

Differential Revision: D15174130

fbshipit-source-id: 2832f1b6338209d26d9860a5d07073d803170fe3
@pietern pietern mentioned this pull request May 1, 2019
pietern added a commit to pietern/gloo that referenced this pull request May 1, 2019
Summary:
Pull Request resolved: facebookincubator#177

This addition includes a tweak to the unbound buffer default
arguments. For allgatherv, it is valid for a process to contribute
nothing, and `nbytes == 0` was special cased. Use a default value of
UINT64_MAX to make `nbytes == 0` a valid call.

Differential Revision: D15174130

fbshipit-source-id: f503f9b72f23f3a07506837e767d38958829205c
pietern added a commit to pietern/gloo that referenced this pull request May 1, 2019
Summary:
Pull Request resolved: facebookincubator#177

This addition includes a tweak to the unbound buffer default
arguments. For allgatherv, it is valid for a process to contribute
nothing, and `nbytes == 0` was special cased. Use a default value of
UINT64_MAX to make `nbytes == 0` a valid call.

Differential Revision: D15174130

fbshipit-source-id: 24404e6cd64ba0fd4b1f531c7c30bd68977b1c7a
pietern added a commit to pietern/gloo that referenced this pull request May 1, 2019
Summary:
Pull Request resolved: facebookincubator#177

This addition includes a tweak to the unbound buffer default
arguments. For allgatherv, it is valid for a process to contribute
nothing, and `nbytes == 0` was special cased. Use a default value of
UINT64_MAX to make `nbytes == 0` a valid call.

Differential Revision: D15174130

fbshipit-source-id: 96622a2ea3bf94489ba178d5ea1e57936706b604
pietern added a commit to pietern/gloo that referenced this pull request May 1, 2019
Summary:
Pull Request resolved: facebookincubator#177

This addition includes a tweak to the unbound buffer default
arguments. For allgatherv, it is valid for a process to contribute
nothing, and `nbytes == 0` was special cased. Use a default value of
UINT64_MAX to make `nbytes == 0` a valid call.

Differential Revision: D15174130

fbshipit-source-id: cab13b79ac96def5143989c5ee750e424e1435c8
pietern added a commit to pietern/gloo that referenced this pull request May 3, 2019
Summary:
Pull Request resolved: facebookincubator#177

This addition includes a tweak to the unbound buffer default
arguments. For allgatherv, it is valid for a process to contribute
nothing, and `nbytes == 0` was special cased. Use a default value of
UINT64_MAX to make `nbytes == 0` a valid call.

Differential Revision: D15174130

fbshipit-source-id: 9b40aef89ea50921d9adabe052dd21f3e73860cb
pietern added a commit to pietern/gloo that referenced this pull request May 7, 2019
Summary:
Pull Request resolved: facebookincubator#177

This addition includes a tweak to the unbound buffer default
arguments. For allgatherv, it is valid for a process to contribute
nothing, and `nbytes == 0` was special cased. Use a default value of
UINT64_MAX to make `nbytes == 0` a valid call.

Differential Revision: D15174130

fbshipit-source-id: 37a3774f418b06a2770f139a9995be83b4cc999a
pietern added a commit to pietern/gloo that referenced this pull request May 9, 2019
Summary:
Pull Request resolved: facebookincubator#177

This addition includes a tweak to the unbound buffer default
arguments. For allgatherv, it is valid for a process to contribute
nothing, and `nbytes == 0` was special cased. Use a default value of
UINT64_MAX to make `nbytes == 0` a valid call.

Differential Revision: D15174130

fbshipit-source-id: eac1338292672e51f7eb8b7500579744bbb21461
Summary:
Pull Request resolved: facebookincubator#177

This addition includes a tweak to the unbound buffer default
arguments. For allgatherv, it is valid for a process to contribute
nothing, and `nbytes == 0` was special cased. Use a default value of
UINT64_MAX to make `nbytes == 0` a valid call.

Reviewed By: mrshenli

Differential Revision: D15174130

fbshipit-source-id: 9dcf2b9923210de675bcfc390fb6dceab98e62de
@facebook-github-bot
Copy link

This pull request has been merged in 6940167.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants