-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[BUGFIX] Fix Windows-GPU build for monolithic arch dll #20466
Conversation
Hey @matteosal , Thanks for submitting the PR
CI supported jobs: [centos-gpu, windows-cpu, edge, website, windows-gpu, clang, miscellaneous, unix-cpu, unix-gpu, centos-cpu, sanity] Note: |
@mxnet-bot run ci [all] |
1 similar comment
@mxnet-bot run ci [all] |
@leezu it seems that the CI just doesn't start here, what's happening? |
@mxnet-bot run ci [all] |
@mxnet-bot run ci [centos-gpu, windows-cpu, edge, website, windows-gpu, clang, miscellaneous, unix-cpu, unix-gpu, centos-cpu, sanity] |
@matteosal I notified the team who operates the infrastructure. The issue appears specific to your PR. In case the issue is related to the CI's inability to merge your branch into master, you could resolve it by rebase on master and force push. But that's just a guess. If this turns out to be the case, the bot should be updated to surface the error instead of silently failing. |
b0f4193
to
3ecd4b0
Compare
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@leezu I have rebased and retriggered a couple of jobs, it worked |
When building on Windows + CUDA, the combination
USE_SPLIT_ARCH_DLL=OFF
/MXNET_FORCE_SHARED_CRT=OFF
leads to a branch where an undefined variablearch
is being used, wrongly copy/pasted from the branchUSE_SPLIT_ARCH_DLL=ON
a few lines above.