Mock Version: 2.12 Mock Version: 2.12 Mock Version: 2.12 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/gloo.spec'], chrootPath='/var/lib/mock/dist-an8-ai-build-64363-36279/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/gloo.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/gloo-0-20210817.git9c1876a.an8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/gloo.spec'], chrootPath='/var/lib/mock/dist-an8-ai-build-64363-36279/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/gloo.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2AB37k + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gloo + /usr/bin/xz -dc /builddir/build/SOURCES/gloo.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gloo + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.M39E1u + umask 022 + cd /builddir/build/BUILD + cd gloo + sed -i 's|30 35|35|g' cmake/Cuda.cmake + sed -i 's|DESTINATION lib)|DESTINATION lib64)|' CMakeLists.txt + sed -i 's|NAMES libuv.a libuv_a.a|NAMES libuv.so|' cmake/Dependencies.cmake + sed -i '/set_target_properties(uv/,/)/d' cmake/Dependencies.cmake + sed -i 's|/lib)|/lib64)|' gloo/CMakeLists.txt + sed -i 's|add_library(gloo ${GLOO_STATIC_OR_SHARED} ${GLOO_SRCS})|add_library(gloo ${GLOO_STATIC_OR_SHARED} ${GLOO_SRCS})\nset_target_properties(gloo PROPERTIES SOVERSION 1 VERSION 1.0)|' gloo/CMakeLists.txt + sed -i 's|cuda_add_library(gloo_cuda ${GLOO_CUDA_SRCS} ${GLOO_STATIC_OR_SHARED})|cuda_add_library(gloo_cuda ${GLOO_CUDA_SRCS} ${GLOO_STATIC_OR_SHARED})\nset_target_properties(gloo_cuda PROPERTIES SOVERSION 1 VERSION 1.0)|' gloo/CMakeLists.txt + sed -i 's|gloo PRIVATE uv_a|gloo PUBLIC uv|' gloo/CMakeLists.txt + sed -i 's|"${CMAKE_CURRENT_SOURCE_DIR}/gatherv.cc"|"${CMAKE_CURRENT_SOURCE_DIR}/gatherv.cc"\n "${CMAKE_CURRENT_SOURCE_DIR}/math.cc"|' gloo/CMakeLists.txt + sed -i 's|GLOO_USE_AVX ${USE_AVX}|GLOO_USE_AVX 0|g' gloo/CMakeLists.txt + mkdir build + pushd build ~/build/BUILD/gloo/build ~/build/BUILD/gloo + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON .. -Wno-dev -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_AVX=OFF '-DCMAKE_CXX_FLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' -DUSE_REDIS=ON -DUSE_RCCL=ON -DUSE_IBVERBS=ON -DUSE_CUDA=ON -DUSE_NCCL=ON -DNVCC_FLAGS_EXTRA=Auto -DCUDA_PROPAGATE_HOST_FLAGS=OFF -DUSE_AVX=ON -DUSE_MPI=OFF -DUSE_LIBUV=ON -DBUILD_TEST=OFF -DBUILD_EXAMPLES=OFF -DBUILD_BENCHMARK=OFF -- The CXX compiler identification is GNU 8.3.1 -- The C compiler identification is GNU 8.3.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Gloo build as SHARED library -- Found hiredis: /usr/include/hiredis -- Found ibverbs: /usr/include -- Found PkgConfig: /usr/bin/pkg-config (found version "1.4.2") -- Checking for one of the modules 'libuv>=1.26' -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found CUDA: /usr/local/cuda (found suitable version "11.4", minimum required is "7.0") -- CUDA detected: 11.4 -- Added CUDA NVCC flags for: sm_35 sm_50 sm_52 sm_60 sm_61 sm_70 -- Found NCCL: /usr/include -- Determining NCCL version from the header file: /usr/include/nccl.h -- NCCL_MAJOR_VERSION: 2 -- Found NCCL (include: /usr/include, library: /lib64/libnccl.so) -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR LIB_SUFFIX SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR USE_AVX -- Build files have been written to: /builddir/build/BUILD/gloo/build + make -j8 Scanning dependencies of target gloo [ 5%] Building CXX object gloo/CMakeFiles/gloo.dir/allgather.cc.o [ 5%] Building CXX object gloo/CMakeFiles/gloo.dir/allgatherv.cc.o [ 10%] Building CXX object gloo/CMakeFiles/gloo.dir/alltoall.cc.o [ 11%] Building CXX object gloo/CMakeFiles/gloo.dir/allreduce.cc.o [ 13%] Building CXX object gloo/CMakeFiles/gloo.dir/algorithm.cc.o [ 13%] Building CXX object gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o [ 13%] Building CXX object gloo/CMakeFiles/gloo.dir/alltoallv.cc.o [ 10%] Building CXX object gloo/CMakeFiles/gloo.dir/barrier.cc.o /builddir/build/BUILD/gloo/gloo/barrier.cc: In function 'void gloo::barrier(gloo::BarrierOptions&)': /builddir/build/BUILD/gloo/gloo/barrier.cc:30:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] for (size_t d = 1; d < context->size; d <<= 1) { ~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc: In function 'void gloo::{anonymous}::allreduce(const gloo::detail::AllreduceOptionsImpl&)': /builddir/build/BUILD/gloo/gloo/allreduce.cc:105:14: warning: variable 'slot' set but not used [-Wunused-but-set-variable] const auto slot = Slot::build(kAllreduceSlotPrefix, opts.tag); ^~~~ In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/allgather.h:11, from /builddir/build/BUILD/gloo/gloo/allgather.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Equals(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/allgather.cc:41:5: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: BINARY_COMP_HELPER(Equals, ==) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/allgatherv.h:11, from /builddir/build/BUILD/gloo/gloo/allgatherv.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Equals(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/allgatherv.cc:53:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: BINARY_COMP_HELPER(Equals, ==) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/allreduce_local.cc: In instantiation of 'void gloo::AllreduceLocal::run() [with T = signed char]': /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:43:1: required from here /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:35:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc: In instantiation of 'void gloo::AllreduceLocal::run() [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:44:1: required from here /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:35:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc: In instantiation of 'void gloo::AllreduceLocal::run() [with T = int]': /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:45:1: required from here /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:35:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc: In instantiation of 'void gloo::AllreduceLocal::run() [with T = long int]': /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:46:1: required from here /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:35:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc: In instantiation of 'void gloo::AllreduceLocal::run() [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:47:1: required from here /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:35:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc: In instantiation of 'void gloo::AllreduceLocal::run() [with T = float]': /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:48:1: required from here /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:35:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc: In instantiation of 'void gloo::AllreduceLocal::run() [with T = double]': /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:49:1: required from here /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:35:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc: In instantiation of 'void gloo::AllreduceLocal::run() [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:50:1: required from here /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:35:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:36:11: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct gloo::float16' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memcpy(ptrs_[i], ptrs_[0], bytes_); ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/gloo/gloo/math.h:11, from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/allreduce_local.h:11, from /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:9: /builddir/build/BUILD/gloo/gloo/types.h:96:19: note: 'struct gloo::float16' declared here struct alignas(2) float16 { ^~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce_local.cc: In instantiation of 'void gloo::AllreduceLocal::run() [with T = char]': /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:52:1: required from here /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce_local.cc:35:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 1; i < ptrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/allreduce.cc: In function 'void gloo::{anonymous}::ring(const gloo::detail::AllreduceOptionsImpl&, gloo::{anonymous}::ReduceRangeFunction, gloo::{anonymous}::BroadcastRangeFunction)': /builddir/build/BUILD/gloo/gloo/allreduce.cc:279:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] for (auto i = 0; i < (numSegments - numSegmentsPerRank + 2); i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:307:11: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] if (i < (numSegments - numSegmentsPerRank)) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:315:15: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (i < numSegmentsPerRank) { ~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:362:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] for (auto i = 0; i < (numSegments - numSegmentsPerRank + 2); i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:379:11: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] if (i < (numSegments - numSegmentsPerRank)) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:387:15: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (i < numSegmentsPerRank) { ~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc: In function 'void gloo::{anonymous}::bcube(const gloo::detail::AllreduceOptionsImpl&, gloo::{anonymous}::ReduceRangeFunction, gloo::{anonymous}::BroadcastRangeFunction)': /builddir/build/BUILD/gloo/gloo/allreduce.cc:527:15: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] if (src == context->rank) { ~~~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:540:15: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] if (dst == context->rank) { ~~~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:566:16: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] if (peer == context->rank) { ~~~~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:583:15: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] if (src == context->rank) { ~~~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:613:15: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] if (src == context->rank) { ~~~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:633:15: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] if (dst == context->rank) { ~~~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:646:16: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] if (peer == context->rank) { ~~~~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/allreduce.cc:656:16: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] if (peer == context->rank) { ~~~~~^~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/gloo/gloo/alltoallv.h:11, from /builddir/build/BUILD/gloo/gloo/alltoallv.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Equals(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/alltoallv.cc:52:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: BINARY_COMP_HELPER(Equals, ==) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/allreduce.h:15, from /builddir/build/BUILD/gloo/gloo/allreduce.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Greater(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/allreduce.cc:108:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:126:29: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:126:29: BINARY_COMP_HELPER(Greater, >) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Equals(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/allreduce.cc:215:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: BINARY_COMP_HELPER(Equals, ==) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::GreaterEquals(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/allreduce.cc:216:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:127:35: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:127:35: BINARY_COMP_HELPER(GreaterEquals, >=) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ [ 15%] Building CXX object gloo/CMakeFiles/gloo.dir/broadcast.cc.o [ 16%] Building CXX object gloo/CMakeFiles/gloo.dir/context.cc.o [ 18%] Building CXX object gloo/CMakeFiles/gloo.dir/gather.cc.o /builddir/build/BUILD/gloo/gloo/broadcast.cc: In function 'void gloo::broadcast(gloo::BroadcastOptions&)': /builddir/build/BUILD/gloo/gloo/broadcast.cc:92:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < numSends; i++) { ~~^~~~~~~~~~ [ 20%] Building CXX object gloo/CMakeFiles/gloo.dir/gatherv.cc.o /builddir/build/BUILD/gloo/gloo/gather.cc: In function 'void gloo::gather(gloo::GatherOptions&)': /builddir/build/BUILD/gloo/gloo/gather.cc:36:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] for (size_t i = 0; i < context->size; i++) { ~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/gather.cc:37:13: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (i == context->rank) { ~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/gather.cc:50:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] for (size_t i = 0; i < context->size; i++) { ~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/gather.cc:51:13: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (i == context->rank) { ~~^~~~~~~~~~~~~~~~ [ 21%] Building CXX object gloo/CMakeFiles/gloo.dir/math.cc.o [ 23%] Building CXX object gloo/CMakeFiles/gloo.dir/reduce.cc.o [ 25%] Building CXX object gloo/CMakeFiles/gloo.dir/scatter.cc.o In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/gatherv.h:11, from /builddir/build/BUILD/gloo/gloo/gatherv.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Equals(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/gatherv.cc:54:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: BINARY_COMP_HELPER(Equals, ==) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ [ 26%] Building CXX object gloo/CMakeFiles/gloo.dir/types.cc.o [ 28%] Building CXX object gloo/CMakeFiles/gloo.dir/common/logging.cc.o [ 30%] Building CXX object gloo/CMakeFiles/gloo.dir/common/linux.cc.o [ 31%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o /builddir/build/BUILD/gloo/gloo/reduce.cc: In function 'void gloo::reduce(gloo::ReduceOptions&)': /builddir/build/BUILD/gloo/gloo/reduce.cc:171:22: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (auto i = 0; i < numSegments; i++) { ~~^~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/reduce.cc:187:21: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if ((i - 2) < numSegmentsPerRank) { ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/reduce.cc:199:11: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] if (i < (numSegments - 2)) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/reduce.cc:206:15: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (i < numSegmentsPerRank) { ~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/reduce.cc:223:32: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] for (size_t rank = 0; rank < context->size; rank++) { ~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/reduce.cc:224:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (rank == context->rank) { ~~~~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/scatter.cc: In function 'void gloo::scatter(gloo::ScatterOptions&)': /builddir/build/BUILD/gloo/gloo/scatter.cc:40:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] for (size_t i = 0; i < context->size; i++) { ~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/scatter.cc:41:13: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (i == context->rank) { ~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/scatter.cc:51:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] for (size_t i = 0; i < context->size; i++) { ~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/scatter.cc:52:13: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (i == context->rank) { ~~^~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/reduce.h:14, from /builddir/build/BUILD/gloo/gloo/reduce.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Equals(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/reduce.cc:118:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: BINARY_COMP_HELPER(Equals, ==) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::GreaterEquals(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/reduce.cc:119:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:127:35: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:127:35: BINARY_COMP_HELPER(GreaterEquals, >=) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/scatter.h:14, from /builddir/build/BUILD/gloo/gloo/scatter.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Equals(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/scatter.cc:31:5: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: BINARY_COMP_HELPER(Equals, ==) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/common/linux.cc: In function 'std::vector > gloo::pciDevices(gloo::PCIClassMatch)': /builddir/build/BUILD/gloo/gloo/common/linux.cc:97:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] if (match.value != (pciGetClass(device) & match.mask)) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 33%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o /builddir/build/BUILD/gloo/gloo/common/linux.cc: In function 'int gloo::pciDistance(const string&, const string&)': /builddir/build/BUILD/gloo/gloo/common/linux.cc:135:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (prefixLength == partsA.size()) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/linux.cc:139:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (prefixLength == partsB.size()) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/gloo/gloo/common/linux.cc:31: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Less(const T1&, const T2&) [with T1 = long int; T2 = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/linux.cc:112:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: warning: comparison of integer expressions of different signedness: 'const long int' and 'const long unsigned int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: BINARY_COMP_HELPER(Less, <) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ [ 35%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o [ 36%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o [ 38%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o In file included from /builddir/build/BUILD/gloo/gloo/rendezvous/store.h:15, from /builddir/build/BUILD/gloo/gloo/rendezvous/file_store.h:11, from /builddir/build/BUILD/gloo/gloo/rendezvous/file_store.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Greater(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/rendezvous/file_store.cc:107:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:126:29: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:126:29: BINARY_COMP_HELPER(Greater, >) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ [ 40%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/redis_store.cc.o [ 41%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/address.cc.o [ 43%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o [ 45%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/context.cc.o /builddir/build/BUILD/gloo/gloo/rendezvous/redis_store.cc: In member function 'bool gloo::rendezvous::RedisStore::check(const std::vector >&)': /builddir/build/BUILD/gloo/gloo/rendezvous/redis_store.cc:100:33: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] auto result = (reply->integer == keys.size()); ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ [ 46%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/device.cc.o [ 48%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/pair.cc.o [ 50%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o [ 51%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o [ 53%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o [ 55%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o [ 56%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o [ 58%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o [ 60%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o [ 61%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o [ 63%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/ibverbs/address.cc.o [ 65%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/ibverbs/buffer.cc.o In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/transport/context.h:20, from /builddir/build/BUILD/gloo/gloo/transport/device.h:14, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.h:18, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/buffer.h:20, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/buffer.cc:9: /builddir/build/BUILD/gloo/gloo/transport/ibverbs/buffer.cc: In destructor 'virtual gloo::transport::ibverbs::Buffer::~Buffer()': /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/buffer.cc:63:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(sendPending_, 0, "Destructing buffer expecting completions"); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/buffer.cc:63:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(sendPending_, 0, "Destructing buffer expecting completions"); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/buffer.cc: In member function 'virtual void gloo::transport::ibverbs::Buffer::send(size_t, size_t, size_t)': /builddir/build/BUILD/gloo/gloo/transport/ibverbs/buffer.cc:171:7: warning: unused variable 'rv' [-Wunused-variable] int rv; ^~ [ 66%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/ibverbs/context.cc.o [ 68%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/ibverbs/device.cc.o [ 70%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/ibverbs/memory_region.cc.o [ 71%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/ibverbs/pair.cc.o [ 73%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/uv/address.cc.o [ 75%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/uv/device.cc.o In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/transport/context.h:20, from /builddir/build/BUILD/gloo/gloo/transport/device.h:14, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.h:18, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/memory_region.h:11, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/memory_region.cc:9: /builddir/build/BUILD/gloo/gloo/transport/ibverbs/memory_region.cc: In destructor 'gloo::transport::ibverbs::MemoryRegion::~MemoryRegion()': /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/memory_region.cc:37:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/memory_region.cc:37:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/transport/context.h:20, from /builddir/build/BUILD/gloo/gloo/transport/device.h:14, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.h:18, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.cc:9: /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.cc: In destructor 'virtual gloo::transport::ibverbs::Device::~Device()': /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.cc:139:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.cc:139:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.cc:142:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.cc:142:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.cc:145:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.cc:145:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/uv/address.cc: In member function 'virtual std::__cxx11::string gloo::transport::uv::Address::str() const': /builddir/build/BUILD/gloo/gloo/transport/uv/address.cc:80:17: warning: comparison of integer expressions of different signedness: 'const sequence_type' {aka 'const int'} and 'long unsigned int' [-Wsign-compare] if (impl_.seq != SIZE_MAX) { ^ [ 76%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/uv/context.cc.o [ 78%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/uv/libuv.cc.o In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/transport/context.h:20, from /builddir/build/BUILD/gloo/gloo/transport/device.h:14, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.h:18, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.h:22, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc:9: /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc: In destructor 'virtual gloo::transport::ibverbs::Pair::~Pair()': /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc:125:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc:125:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc:128:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept r.get_message_and_free(MakeString(__VA_ARGS__))); \ ^ /builddir/build/BUILD/gloo/gloo/common/logging.h:150:3: note: in expansion of macro 'GLOO_ENFORCE_THAT_IMPL' GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc:128:3: note: in expansion of macro 'GLOO_ENFORCE_EQ' GLOO_ENFORCE_EQ(rv, 0); ^~~~~~~~~~~~~~~ [ 80%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/uv/pair.cc.o /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc: In member function 'void gloo::transport::ibverbs::Pair::pollCompletions()': /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc:399:25: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] if (nwc == 0 || nwc < wc.size()) { ~~~~^~~~~~~~~~~ In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/transport/context.h:20, from /builddir/build/BUILD/gloo/gloo/transport/device.h:14, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/device.h:18, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.h:22, from /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Equals(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc:245:3: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:124:28: BINARY_COMP_HELPER(Equals, ==) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Greater(const T1&, const T2&) [with T1 = long unsigned int; T2 = int]': /builddir/build/BUILD/gloo/gloo/transport/ibverbs/pair.cc:483:5: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:126:29: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:126:29: BINARY_COMP_HELPER(Greater, >) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/transport/uv/device.cc: In function 'bool gloo::transport::uv::{anonymous}::lookupAddrForIface(gloo::transport::uv::attr*)': /builddir/build/BUILD/gloo/gloo/transport/uv/device.cc:64:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < addresses.size(); i++) { ~~^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/uv/device.cc: In constructor 'gloo::transport::uv::Device::Device(const gloo::transport::uv::attr&)': /builddir/build/BUILD/gloo/gloo/transport/uv/device.cc:183:7: warning: unused variable 'rv' [-Wunused-variable] int rv; ^~ /builddir/build/BUILD/gloo/gloo/transport/uv/device.cc: In member function 'void gloo::transport::uv::Device::connect(const gloo::transport::uv::Address&, const gloo::transport::uv::Address&, std::chrono::milliseconds, gloo::transport::uv::Device::ConnectCallback)': /builddir/build/BUILD/gloo/gloo/transport/uv/device.cc:264:16: warning: unused variable 'addrlen' [-Wunused-variable] const auto addrlen = sizeof(struct sockaddr_in); ^~~~~~~ /builddir/build/BUILD/gloo/gloo/transport/uv/device.cc:272:16: warning: unused variable 'addrlen' [-Wunused-variable] const auto addrlen = sizeof(struct sockaddr_in6); ^~~~~~~ [ 81%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/uv/unbound_buffer.cc.o [ 83%] Linking CXX shared library libgloo.so [ 83%] Built target gloo [ 88%] Building NVCC (Device) object gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda.cu.o [ 88%] Building NVCC (Device) object gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda_private.cu.o [ 88%] Building NVCC (Device) object gloo/CMakeFiles/gloo_cuda.dir/nccl/gloo_cuda_generated_nccl.cu.o Scanning dependencies of target gloo_cuda [ 93%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_halving_doubling.cc.o [ 96%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_broadcast_one_to_all.cc.o [ 98%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_local.cc.o [ 93%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring.cc.o [ 98%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_bcube.cc.o [ 98%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring_chunked.cc.o In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/algorithm.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Less(const T1&, const T2&) [with T1 = int; T2 = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_private.h:155:5: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: warning: comparison of integer expressions of different signedness: 'const int' and 'const long unsigned int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: BINARY_COMP_HELPER(Less, <) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc: In instantiation of 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:70:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc: In instantiation of 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:71:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc: In instantiation of 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:72:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/algorithm.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Less(const T1&, const T2&) [with T1 = int; T2 = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_private.h:155:5: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: warning: comparison of integer expressions of different signedness: 'const int' and 'const long unsigned int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: BINARY_COMP_HELPER(Less, <) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc: In instantiation of 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:73:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:181:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:181:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc: In instantiation of 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:74:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc: In instantiation of 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:75:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:182:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:182:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc: In instantiation of 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:76:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:183:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc: In instantiation of 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:77:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:183:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:184:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:184:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:185:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:185:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:186:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:186:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:187:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:187:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:188:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc: In instantiation of 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:188:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/algorithm.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Less(const T1&, const T2&) [with T1 = int; T2 = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_private.h:155:5: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: warning: comparison of integer expressions of different signedness: 'const int' and 'const long unsigned int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: BINARY_COMP_HELPER(Less, <) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/algorithm.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.h:15, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Less(const T1&, const T2&) [with T1 = int; T2 = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_private.h:155:5: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: warning: comparison of integer expressions of different signedness: 'const int' and 'const long unsigned int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: BINARY_COMP_HELPER(Less, <) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/algorithm.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Less(const T1&, const T2&) [with T1 = int; T2 = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_private.h:155:5: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: warning: comparison of integer expressions of different signedness: 'const int' and 'const long unsigned int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: BINARY_COMP_HELPER(Less, <) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = signed char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:27:40: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:181:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/transport/pair.h:13, from /builddir/build/BUILD/gloo/gloo/context.h:15, from /builddir/build/BUILD/gloo/gloo/algorithm.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:9: /builddir/build/BUILD/gloo/gloo/common/logging.h: In instantiation of 'gloo::enforce_detail::EnforceFailMessage gloo::enforce_detail::Less(const T1&, const T2&) [with T1 = int; T2 = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_private.h:155:5: required from here /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: warning: comparison of integer expressions of different signedness: 'const int' and 'const long unsigned int' [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/common/logging.h:119:9: if (x op y) { \ ~~~~~~ /builddir/build/BUILD/gloo/gloo/common/logging.h:128:26: BINARY_COMP_HELPER(Less, <) /builddir/build/BUILD/gloo/gloo/common/logging.h:119:11: note: in definition of macro 'BINARY_COMP_HELPER' if (x op y) { \ ^~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = signed char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:196:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:153:52: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:181:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:86:25: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'const int' [-Wsign-compare] if (offset + length <= count_) { ~~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::run() [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:142:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:144:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:153:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:155:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:163:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:165:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:174:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:177:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:222:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int round = 0; round < chunks_; round++) { ~~~~~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:225:21: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:230:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:244:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 2)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = signed char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:196:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:250:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if (round < (chunks_ - 4)) { ~~~~~~^~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:272:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < chunks_; i++) { ~~^~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:274:23: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc: In instantiation of 'void gloo::CudaAllreduceRingChunked::copyChunkAtOffset(int) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:305:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::ChunkContext, std::allocator >::ChunkContext> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] if (chunkOffset < chunkContext_.size()) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = unsigned char; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:197:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:197:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = unsigned char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:27:40: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:182:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:198:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:198:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:153:52: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:182:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = long int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:199:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:69:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:94:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::run() [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:135:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::setupNodes() [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:338:27: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] for (int step = 0; step < steps_; ++step) { ~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:98:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:128:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:138:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = long int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:199:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:140:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:147:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:149:43: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] + stepChunkSize > count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::run() [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:266:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:267:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:271:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:286:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (i != stepsWithinBlock_ - 1) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:319:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] for (int i = 0; i < numSendsAndReceivesToLargerBlock; i++) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:348:45: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[stepsWithinBlock_ - 1] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:362:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:367:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[i] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initBinaryBlocks() [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:48:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (offset <= this->context_->rank) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::devicePointerInit() [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:414:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] offset = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:420:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] numElements = i == stepsWithinBlock_ - 1 ? recvCounts_[i] + sendCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:422:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset > count_) { ~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:426:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (offset + numElements > count_) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:431:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int j = 0; j < devicePtrs_.size(); j++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:436:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:439:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:443:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:444:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (sendOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:448:25: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, long unsigned int>::value_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] if (recvOffsets_[0] < count_) { /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:200:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:27:40: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:183:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = signed char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:374:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (bytes_ < kOnDeviceThreshold) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:200:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = signed char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:478:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (bytes_ < kOnDeviceThreshold) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = signed char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:577:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:582:41: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] const size_t numElementsInBcast = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:630:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:640:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] i == stepsWithinBlock_ - 1 ? sendCounts_[i] + recvCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = unsigned char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:374:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = unsigned char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:478:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (bytes_ < kOnDeviceThreshold) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = unsigned char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:577:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:582:41: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] const size_t numElementsInBcast = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = float; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:201:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:374:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:630:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:640:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] i == stepsWithinBlock_ - 1 ? sendCounts_[i] + recvCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:478:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (bytes_ < kOnDeviceThreshold) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:374:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:577:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:582:41: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] const size_t numElementsInBcast = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:630:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:640:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] i == stepsWithinBlock_ - 1 ? sendCounts_[i] + recvCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = float; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:201:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:153:52: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:183:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long unsigned int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:374:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:478:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (bytes_ < kOnDeviceThreshold) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:577:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:582:41: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] const size_t numElementsInBcast = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:630:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:640:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] i == stepsWithinBlock_ - 1 ? sendCounts_[i] + recvCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = float; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:374:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = double; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:202:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long unsigned int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:478:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (bytes_ < kOnDeviceThreshold) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long unsigned int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:577:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:582:41: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] const size_t numElementsInBcast = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = double; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:374:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:630:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:640:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] i == stepsWithinBlock_ - 1 ? sendCounts_[i] + recvCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc: In instantiation of 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = gloo::float16; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:374:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = float; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:478:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (bytes_ < kOnDeviceThreshold) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = float; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:577:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:582:41: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] const size_t numElementsInBcast = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = double; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:202:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:630:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:640:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] i == stepsWithinBlock_ - 1 ? sendCounts_[i] + recvCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = double; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:478:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (bytes_ < kOnDeviceThreshold) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = double; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:577:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:582:41: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] const size_t numElementsInBcast = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = long int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:27:40: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:184:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:630:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:640:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] i == stepsWithinBlock_ - 1 ? sendCounts_[i] + recvCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaHostWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:203:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = gloo::float16; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:478:14: warning: comparison of integer expressions of different signedness: 'const int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] if (bytes_ < kOnDeviceThreshold) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = gloo::float16; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:577:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:582:41: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] const size_t numElementsInBcast = i == stepsWithinBlock_ - 1 ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc: In instantiation of 'void gloo::CudaAllreduceHalvingDoubling::initReductionsAndBroadcasts(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:241:5: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:630:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] for (int i = 0; i < stepsWithinBlock_; i++) { ~~^~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:640:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] i == stepsWithinBlock_ - 1 ? sendCounts_[i] + recvCounts_[i] ~~^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc: In instantiation of 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]': /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:203:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = signed char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:27:52: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:70:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.h:15, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = signed char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:88:29: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = unsigned char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:27:52: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:71:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:153:52: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:184:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:27:52: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:72:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = long int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:27:52: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:73:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = long unsigned int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:27:52: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:74:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = float; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:27:52: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:75:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = long unsigned int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:27:40: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:185:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = double; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:27:52: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:76:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:396:52: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = gloo::float16; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:27:52: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:77:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:500:52: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.h:15, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = unsigned char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:88:29: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:70:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:153:52: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:185:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = signed char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:50:26: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:70:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:71:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = unsigned char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:50:26: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:71:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:396:52: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = float; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:27:40: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:186:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:72:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:500:52: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:50:26: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:72:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:73:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.h:15, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:88:29: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:50:26: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:73:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:153:52: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:186:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:74:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long unsigned int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:50:26: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:74:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:75:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = double; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:27:40: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:187:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = float; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:50:26: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:75:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:396:52: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:76:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = double; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:50:26: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:76:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:153:52: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:187:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:77:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:500:52: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = gloo::float16; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:50:26: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:77:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:70:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.h:11, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = gloo::float16; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:27:40: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:188:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.h:15, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = long int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:88:29: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:71:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:153:52: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:188:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:72:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:396:52: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:73:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:500:52: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:74:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.h:15, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = long unsigned int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:88:29: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:75:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:396:52: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:76:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:500:52: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:48:23: required from 'gloo::CudaAllreduceLocal::CudaAllreduceLocal(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_local.cc:77:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = signed char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:53:40: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:346:52: required from 'void gloo::CudaAllreduceRingChunked::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:82:3: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.h:15, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = float; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:88:29: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = unsigned char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:53:40: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:346:52: required from 'void gloo::CudaAllreduceRingChunked::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:82:3: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:137:19: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = signed char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:181:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:53:40: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:396:52: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:346:52: required from 'void gloo::CudaAllreduceRingChunked::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:82:3: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = long int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:53:40: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:181:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = signed char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:164:26: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:181:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:346:52: required from 'void gloo::CudaAllreduceRingChunked::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:82:3: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = long unsigned int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:53:40: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:137:19: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = unsigned char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:182:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:346:52: required from 'void gloo::CudaAllreduceRingChunked::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:82:3: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:500:52: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = float; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:53:40: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:182:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:346:52: required from 'void gloo::CudaAllreduceRingChunked::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:82:3: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = unsigned char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:164:26: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:182:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = double; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:53:40: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = signed char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:196:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.h:15, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = double; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:88:29: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:346:52: required from 'void gloo::CudaAllreduceRingChunked::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:82:3: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.h:13, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = gloo::float16; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:53:40: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:346:52: required from 'void gloo::CudaAllreduceRingChunked::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:82:3: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = unsigned char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:197:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:198:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:199:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:137:19: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:183:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:396:52: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:183:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:164:26: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:183:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:137:19: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:184:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:184:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:164:26: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:184:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:500:52: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = signed char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:98:32: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:137:19: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long unsigned int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:185:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/algorithm.h:14, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.h:15, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:9: /builddir/build/BUILD/gloo/gloo/math.h: In instantiation of 'void gloo::sum(void*, const void*, const void*, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/math.h:27:9: required from 'void gloo::sum(T*, const T*, size_t) [with T = gloo::float16; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda.h:349:3: required from 'const gloo::CudaReductionFunction* gloo::CudaReductionFunction::sum' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:88:29: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/math.h:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < n; i++) { ~~^~~ In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:185:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long unsigned int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:164:26: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:185:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:396:52: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = unsigned char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:98:32: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:137:19: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = float; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:186:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long unsigned int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:200:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:186:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = float; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:164:26: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:186:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = float; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:201:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:98:32: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:137:19: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = double; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:187:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:18, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_private.h: In instantiation of 'int gloo::findCudaDevicePointerClosestToDevice(std::vector >&, std::shared_ptr&) [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:500:52: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_private.h:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_private.h:86:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:187:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = double; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:202:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = double; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:164:26: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:187:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:98:32: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:137:19: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = gloo::float16; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:188:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = gloo::float16; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:203:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:188:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = gloo::float16; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:164:26: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:188:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long unsigned int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:98:32: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:167:27: required from 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = signed char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = signed char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:196:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:167:27: required from 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = unsigned char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:197:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:181:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = float; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:98:32: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:167:27: required from 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:198:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:376:23: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = signed char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:182:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:167:27: required from 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:199:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:405:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = signed char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:408:28: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:167:27: required from 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long unsigned int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:200:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:183:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = double; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:98:32: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:184:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:376:23: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = unsigned char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = gloo::float16; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:98:32: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:167:27: required from 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = float; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = float; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:201:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:185:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:363:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:405:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = unsigned char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:408:28: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:167:27: required from 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = double; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = double; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:202:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:480:23: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = signed char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:376:23: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:167:27: required from 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = gloo::float16; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:83:26: required from 'gloo::CudaBroadcastOneToAll::CudaBroadcastOneToAll(const std::shared_ptr&, const std::vector&, int, int, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_broadcast_one_to_all.cc:203:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:364:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:523:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:186:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:405:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = signed char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:525:28: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = signed char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:408:28: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:480:23: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = unsigned char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:187:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:376:23: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:365:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:65:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:162:23: required from 'void gloo::CudaAllreduceRing::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:45:3: required from 'gloo::CudaAllreduceRing::CudaAllreduceRing(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:188:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:405:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:523:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:408:28: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = unsigned char; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:525:28: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = unsigned char; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:376:23: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long unsigned int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:480:23: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:366:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:405:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long unsigned int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:408:28: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:523:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:525:28: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:367:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:376:23: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = float; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:480:23: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:405:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = float; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:408:28: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:368:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:523:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:525:28: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:376:23: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = double; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:480:23: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long unsigned int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:405:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:369:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = double; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:408:28: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:523:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = long unsigned int; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:525:28: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = long unsigned int; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:376:23: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = gloo::float16; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:480:23: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = float; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:96:29: required from 'gloo::CudaAllreduceRingChunked::CudaAllreduceRingChunked(const std::shared_ptr&, const std::vector&, int, const std::vector&) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring_chunked.cc:370:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:405:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = gloo::float16; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:408:28: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:523:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = float; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:525:28: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = float; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:480:23: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = double; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:380:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = signed char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:508:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:523:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:380:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = unsigned char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:509:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = double; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:525:28: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = double; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'gloo::CudaLocalHostReduce >::CudaLocalHostReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalHostReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:237:51: required from 'std::unique_ptr > gloo::cudaHostReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:480:23: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = gloo::float16; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:103:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:380:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:510:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:21, from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:11: /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:523:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:53:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'gloo::CudaLocalNCCLBroadcast >::CudaLocalNCCLBroadcast(std::vector&, std::vector >&, gloo::CudaDevicePointer&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLBroadcast >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaDevicePointer&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:79:54: required from 'std::unique_ptr > gloo::cudaDeviceBroadcast(std::vector&, std::vector >&, Src&, size_t, size_t) [with T = gloo::float16; Src = gloo::CudaDevicePointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:525:28: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaDeviceWorkspace; T = gloo::float16; W = gloo::CudaDeviceWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaDevicePointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaDeviceWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:155:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:380:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:511:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = signed char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:485:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = signed char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = signed char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:649:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < ptrs.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:380:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long unsigned int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:512:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_ring.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = unsigned char; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:485:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = unsigned char; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = unsigned char; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:650:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:380:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = float; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:513:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:485:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:651:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:380:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = double; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:514:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:485:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:652:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr<_Codecvt> >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:380:38: required from 'void gloo::CudaAllreduceBcube::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = gloo::float16; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:79:3: required from 'gloo::CudaAllreduceBcube::CudaAllreduceBcube(const std::shared_ptr&, const std::vector&, int, const std::vector&, const gloo::CudaReductionFunction*) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:515:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = long unsigned int; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:485:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = long unsigned int; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = long unsigned int; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:653:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = float; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = float; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:485:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = float; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = float; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:654:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = double; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = double; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:485:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = double; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = double; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:655:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h: In instantiation of 'std::vector > gloo::toDeviceElements(std::vector&, const std::vector >&, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:106:27: required from 'gloo::CudaLocalNCCLReduce >::CudaLocalNCCLReduce(std::vector&, std::vector >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/common/common.h:26:29: required from 'typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type gloo::make_unique(Args&& ...) [with T = gloo::CudaLocalNCCLReduce >; Args = {std::vector >&, std::vector, std::allocator > >&, gloo::CudaHostPointer&, const gloo::CudaReductionFunction*&, long unsigned int&, long unsigned int&}; typename std::enable_if<(! std::is_array< >::value), std::unique_ptr >::type = std::unique_ptr >, std::default_delete > > >]' /builddir/build/BUILD/gloo/gloo/cuda_collectives_device.h:50:51: required from 'std::unique_ptr > gloo::cudaDeviceReduce(std::vector&, std::vector >&, Dst&, const gloo::CudaReductionFunction*, size_t, size_t) [with T = gloo::float16; Dst = gloo::CudaHostPointer; size_t = long unsigned int]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:485:25: required from 'void gloo::CudaAllreduceHalvingDoubling::init(typename std::enable_if >::value, typename U::Pointer>::type*) [with U = gloo::CudaHostWorkspace; T = gloo::float16; W = gloo::CudaHostWorkspace; typename std::enable_if >::value, typename U::Pointer>::type = gloo::CudaHostPointer]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:109:3: required from 'gloo::CudaAllreduceHalvingDoubling::CudaAllreduceHalvingDoubling(const std::shared_ptr&, const std::vector&, int, const std::vector&, bool) [with T = gloo::float16; W = gloo::CudaHostWorkspace]' /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:656:1: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_nccl.h:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_bcube.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { In file included from /builddir/build/BUILD/gloo/gloo/cuda_allreduce_halving_doubling.cc:12: /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = gloo::float16]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = double]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = float]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = long unsigned int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = long int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = int]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = unsigned char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::runAsync() [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:199:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:201:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostBroadcast >::wait() [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:206:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:207:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 0; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h: In instantiation of 'void gloo::CudaLocalHostReduce >::runAsync() [with T = signed char]': /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:108:16: required from here /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:111:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { /builddir/build/BUILD/gloo/gloo/cuda_collectives_host.h:116:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::allocator > >::size_type' {aka 'long unsigned int'} [-Wsign-compare] for (auto i = 1; i < devicePtrs_.size(); i++) { [100%] Linking CXX shared library libgloo_cuda.so [100%] Built target gloo_cuda + popd ~/build/BUILD/gloo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.w0Yseb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64 ++ dirname /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64 + cd gloo + rm -rf /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64 + pushd build ~/build/BUILD/gloo/build ~/build/BUILD/gloo + make install DESTDIR=/builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64 -- Gloo build as SHARED library -- CUDA detected: 11.4 -- Added CUDA NVCC flags for: sm_35 sm_50 sm_52 sm_60 sm_61 sm_70 -- Determining NCCL version from the header file: /usr/include/nccl.h -- NCCL_MAJOR_VERSION: 2 -- Found NCCL (include: /usr/include, library: /lib64/libnccl.so) -- Configuring done -- Generating done -- Build files have been written to: /builddir/build/BUILD/gloo/build [ 83%] Built target gloo [ 85%] Linking CXX shared library libgloo_cuda.so [100%] Built target gloo_cuda Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/cmake/Gloo/GlooConfig.cmake -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/cmake/Gloo/GlooConfigVersion.cmake -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/cmake/Gloo/GlooTargets.cmake -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/cmake/Gloo/GlooTargets-relwithdebinfo.cmake -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/lib64/libgloo.so.1.0 -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/lib64/libgloo.so.1 -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/lib64/libgloo.so -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/lib64/libgloo_cuda.so.1.0 -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/lib64/libgloo_cuda.so.1 -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/lib64/libgloo_cuda.so -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/config.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/algorithm.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/allgather.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/allgather_ring.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/allgatherv.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/allreduce.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/allreduce_bcube.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/allreduce_halving_doubling.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/allreduce_local.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/allreduce_ring.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/allreduce_ring_chunked.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/alltoall.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/alltoallv.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/barrier.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/barrier_all_to_all.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/barrier_all_to_one.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/broadcast.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/broadcast_one_to_all.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/context.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/gather.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/math.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/pairwise_exchange.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/reduce.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/reduce_scatter.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/scatter.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/types.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/common/aligned_allocator.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/common/common.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/common/error.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/common/logging.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/common/string.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/common/linux.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/common/linux_devices.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/rendezvous/file_store.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/rendezvous/hash_store.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/rendezvous/prefix_store.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/rendezvous/store.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/rendezvous/context.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/rendezvous/redis_store.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/address.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/buffer.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/context.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/device.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/pair.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/unbound_buffer.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/tcp/address.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/tcp/attr.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/tcp/buffer.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/tcp/context.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/tcp/device.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/tcp/loop.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/tcp/pair.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/tcp/unbound_buffer.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/ibverbs/address.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/ibverbs/buffer.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/ibverbs/context.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/ibverbs/device.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/ibverbs/memory_region.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/ibverbs/pair.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/uv/address.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/uv/device.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/uv/context.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/uv/libuv.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/uv/pair.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/transport/uv/unbound_buffer.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_allreduce_bcube.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_allreduce_halving_doubling.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_allreduce_halving_doubling_pipelined.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_allreduce_local.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_allreduce_ring.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_allreduce_ring_chunked.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_broadcast_one_to_all.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_collectives_device.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_collectives_host.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_collectives_native.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_collectives_nccl.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_private.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/cuda_workspace.h -- Installing: /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/include/gloo/nccl/nccl.h + popd ~/build/BUILD/gloo + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0-20210817.git9c1876a.an8 --unique-debug-suffix -0-20210817.git9c1876a.an8.aarch64 --unique-debug-src-base gloo-0-20210817.git9c1876a.an8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/gloo extracting debug info from /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/lib64/libgloo.so.1.0 extracting debug info from /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/lib64/libgloo_cuda.so.1.0 /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 1021 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: gloo-0-20210817.git9c1876a.an8.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eV4Orj + umask 022 + cd /builddir/build/BUILD + cd gloo + DOCDIR=/builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/doc/gloo + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/doc/gloo + cp -pr README.md /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/doc/gloo + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YmtC4r + umask 022 + cd /builddir/build/BUILD + cd gloo + LICENSEDIR=/builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/licenses/gloo + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/licenses/gloo + cp -pr LICENSE /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/licenses/gloo + exit 0 Provides: gloo = 0-20210817.git9c1876a.an8 gloo(aarch-64) = 0-20210817.git9c1876a.an8 libgloo.so.1()(64bit) libgloo_cuda.so.1()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcudart.so.11.0()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_4.2.0)(64bit) libgloo.so.1()(64bit) libhiredis.so.0.13()(64bit) libibverbs.so.1()(64bit) libibverbs.so.1(IBVERBS_1.0)(64bit) libibverbs.so.1(IBVERBS_1.1)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libnccl.so.2()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.17)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.11)(64bit) libstdc++.so.6(CXXABI_1.3.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.14)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.19)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.22)(64bit) libstdc++.so.6(GLIBCXX_3.4.5)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libuv.so.1()(64bit) rtld(GNU_HASH) Processing files: gloo-devel-0-20210817.git9c1876a.an8.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SDRfQC + umask 022 + cd /builddir/build/BUILD + cd gloo + DOCDIR=/builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/doc/gloo-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/doc/gloo-devel + cp -pr README.md /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/doc/gloo-devel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WLsZRM + umask 022 + cd /builddir/build/BUILD + cd gloo + LICENSEDIR=/builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/licenses/gloo-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/licenses/gloo-devel + cp -pr LICENSE /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64/usr/share/licenses/gloo-devel + exit 0 Provides: cmake(Gloo) = 0.5.0 cmake(gloo) = 0.5.0 gloo-devel = 0-20210817.git9c1876a.an8 gloo-devel(aarch-64) = 0-20210817.git9c1876a.an8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cmake-filesystem libgloo.so.1()(64bit) libgloo_cuda.so.1()(64bit) Processing files: gloo-debugsource-0-20210817.git9c1876a.an8.aarch64 Provides: gloo-debugsource = 0-20210817.git9c1876a.an8 gloo-debugsource(aarch-64) = 0-20210817.git9c1876a.an8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gloo-debuginfo-0-20210817.git9c1876a.an8.aarch64 Provides: debuginfo(build-id) = 66c8c4668535139a54b33396a5cafbca76dc1ae2 debuginfo(build-id) = ad2a1a245b6d7f9ded00e447a32b8009896513ca gloo-debuginfo = 0-20210817.git9c1876a.an8 gloo-debuginfo(aarch-64) = 0-20210817.git9c1876a.an8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: gloo-debugsource(aarch-64) = 0-20210817.git9c1876a.an8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64 Wrote: /builddir/build/RPMS/gloo-0-20210817.git9c1876a.an8.aarch64.rpm Wrote: /builddir/build/RPMS/gloo-devel-0-20210817.git9c1876a.an8.aarch64.rpm Wrote: /builddir/build/RPMS/gloo-debugsource-0-20210817.git9c1876a.an8.aarch64.rpm Wrote: /builddir/build/RPMS/gloo-debuginfo-0-20210817.git9c1876a.an8.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Dl1VnK + umask 022 + cd /builddir/build/BUILD + cd gloo + /usr/bin/rm -rf /builddir/build/BUILDROOT/gloo-0-20210817.git9c1876a.an8.aarch64 + exit 0 Child return code was: 0