I'm using python3.6 theano,
with mingw-w64-x86-64 installed, my os is Win10_64, cuda installed,
and seems everything is ok
the theano.test() is ok, saying my gpu is working,
but it just keeps tell me that "error: '::hypot' has not been declared"
C:/mingw64/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/cmath:1157:11: error: '::hypot' has
not been declared
. using ::hypot;
. ^~~~~
. ",
Any help would be appreciated!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…