gloo icon indicating copy to clipboard operation
gloo copied to clipboard

Collective communications library with various primitives for multi-machine training.

Results 90 gloo issues
Sort by recently updated
recently updated
newest added

Hi, guys I have a m1-ultra mac studio and a linux box and I want to use both of them for distributed model training. But I found that gloo does...

The `SIOCETHTOOL` IOCTL expects a pointer to an instance of `ethtool_link_settings`. E.g. it will read the `cmd` member to determine what to do. However #346 reordered the memory layout of...

CLA Signed

Without the patch the file fails to compile with latest libc++ (https://reviews.llvm.org/D146097).

CLA Signed

Fix a problem compiling with GCC-11 (present when I compiled latest Torch which includes gloo). The problem was also reported on Debian's ML, see for full context: https://www.mail-archive.com/[email protected]/msg1875386.html This problem...

CLA Signed

1. Int means that user cannot pass an array size larger than numeric_limits::max 2. Signed type deosn't make sense regarding the size of the array, which cannot be less than...

CLA Signed

While trying to compile a library on Linux ubuntu22 using libuv, I encountered the following problem: ``` CMake Error at cmake/Dependencies.cmake:93 (set_target_properties): set_target_properties called with incorrect number of arguments. Call...

CLA Signed

Summary: `-Wunused-exception-parameter` has identified an unused exception parameter. This diff removes it. This: ``` try { ... } catch (exception& e) { // no use of e } ``` should...

CLA Signed
fb-exported

There are some integer multiplications that might overflow before cast to a larger type: ``` Multiplication result may overflow 'int' before it is converted to 'difference_type'. This rule finds code...

CLA Signed

Fixing issues that prevent building on MacOS.

CLA Signed

`__HIP_PLATFORM_HCC__` is deprecated and will be removed in ROCm 6.0.

CLA Signed