-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Can't compile v1.x from source with CUDA 11.2 support #19992
Comments
I also tried:
every time i cleared But its also failed on on the same step as above:
Also, For |
The errors are in tvm source code. Which version of gcc or llvm did you use to build the MXNet? |
@TristonC no llvm was used.
|
@lgg Could you try to set the cxx with 14 or 17 standard? The 11 standard is currently set in the CMakelists.txt (17 is used is used in the master branch).
|
@TristonC thank you! Now i have this strange error:
https://gist.github.com/lgg/4f0028e47034310eed596ffec2132ebe#file-build_1-8-0_after_fix-log
|
@lgg Did you git clone with --recursive? It seems some code file is missing your local repo. |
@TristonC yes. I will try now again from scratch. In my folder from previous try:
|
@TristonC thank you! Your answer helped! |
I can successfully compile from
master
branch, but it providesmxnet==2.0.0
Why
I want
1.8.x
or1.x
mxnet version with CUDA 11.2 supportv1.x branch and steps
I checked that the last stable build
was on commit
9a2a50229d49586dfde8caa708b17c72a90b9727
config.cmake
: https://gist.github.com/lgg/4f0028e47034310eed596ffec2132ebe#file-config_v1-x-cmakegit checkout --recurse-submodules 9a2a50229d4
mkdir build && cd build
cmake ..
cmake --build . > build.log 2>&1
Error output:
Environment
The text was updated successfully, but these errors were encountered: