You are not logged in.

#1 2017-09-17 09:19:24

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

python-pytorch

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

#2 2017-09-19 05:14:52

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 617

Re: python-pytorch

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

Board footer

Powered by FluxBB