Pieter Noordhuis
Pieter Noordhuis
This is used in a few places in `gloo/transport/**`.
The shutdown code may be a bit too aggressive here. We should have a stress test for the termination scenario where we loop on (context creation, barrier, context destruction) and...
Doesn't work at the moment...
This would verify that we copy all the headers we need to copy in the install step.
Otherwise REALLY weird errors pop up (see for example https://github.com/pytorch/pytorch/issues/2835)
Do this instead of assuming hostname(2) is resolvable. This is typically not the case on people's custom Ubuntu installs and whatnot. We keep the API the same but just change...
## Changes This is one step toward removing the `path.Paths` struct embedding from resource types. Going forward, we'll exclusively use the `dyn.Value` tree for location information. ## Tests Existing unit...
## Changes TODO: ping the URLs
Note: this PR only demonstrates the issue and doesn't solve it. ## Changes Confirm poor error message when provided with JSON that doesn't match the expected schema. The default unmarshaller...
## Changes Order the primary methods first, followed by the permission methods. This keeps the docs in a more logical order. Otherwise, the permission methods would be interspersed with the...