You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But get a huge amount of build errors, mainly in pybind. One error seemed to suggest that a -std=c++11 or -std=gnu++11 flag was missing. Full output here.
Output of nvcc --version:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130
Output of gcc --version:
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
The text was updated successfully, but these errors were encountered:
I am trying to install as recommended with
I have Ubuntu 16.04, GCC 5.4.0, and CUDA 10.0.
But get a huge amount of build errors, mainly in pybind. One error seemed to suggest that a
-std=c++11
or-std=gnu++11
flag was missing. Full output here.Output of
nvcc --version
:Output of
gcc --version
:The text was updated successfully, but these errors were encountered: