You are not logged in.
Pages: 1
https://github.com/facebookincubator/gloo
cross GPU-communication library, only supports 64-bit:
# Gloo assumes 64-bit and doesn't run builds/tests for anything else.
if(NOT CMAKE_SIZEOF_VOID_P EQUAL 8)
message(FATAL_ERROR "Gloo can only be built on 64-bit systems.")
endif()
Whether the python-pytorch is useful without it, I cannot tell.
Last edited by andreas_baumann (2017-09-17 09:25:35)
Offline
I would blacklist this package now, it seems not to be happy if compiled w/o gloo (but I haven't tried too hard, either).
Offline
Pages: 1