[GitHub] mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2017-11-11 Thread GitBox
mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-343655159 Cool, this should be tried. Weird it does not raise issues for all the other setups. Well, c++ compilers are not all

[GitHub] mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2017-11-10 Thread GitBox
mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-343414021 @asmushetzel Hi Asmus, some people continue to have problems building on some CentOS setup that I cannot work on.

[GitHub] mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2017-11-10 Thread GitBox
mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-343413652 Hello, I'd like to help, but I just cannot reproduce the error (given it is still the same as the one described

[GitHub] mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2017-11-09 Thread GitBox
mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-343263971 Please contact the person who closed this issue, because it was solved for him.

[GitHub] mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2017-11-08 Thread GitBox
mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-343066287 Hello, The issue was closed, because the person who raised it figured it out. Please contact this person.

[GitHub] mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2017-11-01 Thread GitBox
mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-341126321 Hello, does your problem persist? We have just pushed a new PR, changing mshadow_op.h once more, and also

[GitHub] mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2017-10-20 Thread GitBox
mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-338326612 Any news here? Did you try with the latest master? You could also try replacing smooth_l1_* with a trivial

[GitHub] mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2017-10-19 Thread GitBox
mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-337862092 The error messages seem to depend on mshadow_op.h only through smooth_l1_gradient. And that code is really independent

[GitHub] mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2017-10-18 Thread GitBox
mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-337678983 The line in question in tensor_gpu-inl.cuh is: Saver::Save(dst.REval(y, x), exp.Eval(y, x)); Is this

[GitHub] mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2017-10-18 Thread GitBox
mseeger commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-337676796 The warnings relate to smooth_l1_loss in mshadow_op.h. What I did there, is to replace constants like 0.5f by