-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Infinity loop with cmake from 1.8.0 release and v1.8.x branch #19991
Comments
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. |
Can you please try if the behavior is reproducible on the latest |
@leezu i successfully compiled from I will try to run it with |
@leezu hmm, i can't found
|
I also tried: From
|
Note: on every try with building from different git branches/tags - i cleared |
I guess I found solution: Manually set this in
helped and provide this output:
but if i change this path to:
it still goes to infinity loop |
@lgg Thanks for sharing tip. I am just curious how you find the solution from the symptom? |
Description
I tried to build mxnet from source from tag
1.8.0
and from branchv1.8.x
for cuda 11 support.My steps to reproduce:
git clone --recursive https://github.com/apache/incubator-mxnet mxnet1.8
cd mxnet/
git checkout v1.8.x
andgit checkout 1.8.0
cp config/linux_gpu.cmake config.cmake
also add content from distribution file (see my config.cmake below)mkdir build; cd build
cmake ..
(see output below for details) and it stacks in infinity loopcmake loop output
nvcc paths:
In output above all paths for nvcc are valid
I checked this paths:
What have you tried to solve it?
Environment
We recommend using our script for collecting the diagnostic information with the following command
curl --retry 10 -s https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py | python3
Environment Information
More env info from me:
More Environment Information
Config.cmake
My config.cmake
The text was updated successfully, but these errors were encountered: