-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
3265ec9
to
bf8046a
Compare
@mxnet-label-bot add [pr-awaiting-review, CI] |
bf8046a
to
1036069
Compare
1036069
to
9bf93e2
Compare
9bf93e2
to
311063f
Compare
fdf27d8
to
6b27fa2
Compare
6b27fa2
to
d10ddbd
Compare
@lanking520 I have to pull in the statically linked binary build environment into this PR for the release automation. Could we do this now, and revert it once you have time for your more comprehensive PR? I'm happy to help you with that, but I would need this as a stop-gap solution in the meantime. If this is ok with you, could you please merge? |
@zachgk Could you please review |
@@ -371,7 +371,7 @@ core_logic: { | |||
ws('workspace/build-cmake-gpu') { | |||
timeout(time: max_time, unit: 'MINUTES') { | |||
utils.init_git() | |||
utils.docker_run('ubuntu_gpu', 'build_ubuntu_gpu_cmake', false) | |||
utils.docker_run('ubuntu_gpu_cu91', 'build_ubuntu_gpu_cmake', false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do CU91 here? Scala do CU92 as a default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, until very recently (#14513), CU91 was the version CI used (with the exception of the Scala stuff you guys added). I'm sticking with CU91 because that's what ubuntu_gpu
is in this branch (see here).
CI in this branch definitely deserves an update. It should be brought to CUDA 10 (and once stu1130 is finished getting cudnn 7.5. working, CUDA 10.1). But I think this requires more time than I have atm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine to me
@zachgk thanks for looking into this. I've realized my description wasn't complete, and I've updated it. I hope you still agree with your assessment ^^ |
Description
Takes elements of #14909 to add additional build environments for other CUDA versions for developer convenience and release automation. A follow-up PR should bump CI to CUDA v10 for this branch.
It also adds a build environment for compiling the statically linked libmxnet that forms the basis for the pip and maven releases.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.