-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[v1.x] Backport edge pipeline #18375
[v1.x] Backport edge pipeline #18375
Conversation
Hey @nickguletskii , Thanks for submitting the PR
CI supported jobs: [windows-cpu, clang, centos-gpu, unix-gpu, website, edge, miscellaneous, sanity, centos-cpu, unix-cpu, windows-gpu] Note: |
a929c8c
to
bcfa364
Compare
@mxnet-bot run ci [sanity] |
Jenkins CI successfully triggered : [sanity] |
@nickguletskii thank you for your help fixing the 1.x pipeline! To address the current Jetson related failure, it would be sufficient to backport only the jetson changes (ie Dockerfile.build.jetson and the corresponding cmake files). @waytrue17 is attempting to do that in #18339 for the 1.7 branch. However, backporting more of the changes (as in your PR) will help the CI stability on the 1.x branch. So once your PR passes CI, it's great to merge it. Thanks! |
@mxnet-bot run ci [all] |
Jenkins CI successfully triggered : [clang, centos-cpu, miscellaneous, centos-gpu, windows-cpu, windows-gpu, sanity, unix-cpu, website, unix-gpu, edge] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@leezu looks like edge pipeline passes CI |
And in that case should 1.7.x branch have this PR cherry-picked or #18339 merged? |
@nickguletskii thank you for your work on this PR! @ChaiBapchya this would be up to @ciyongch given that AFAIK there is already a code-freeze for 1.7 and this PR is not a "minimal fix" but rather a more complete backport from the master branch. |
Yes, I agree with @leezu , for the current v1.7.x branch, let's keep the main code base and with necessary minimal fix to make the release process moving forward, as this PR seems to be quite a large one :) |
* Update edge toolchain * Support platforms without rand_r * Fix the URL to the IUS repository * compiler warnings * Use a pre-c++17 way of distinguishing between device types * Greatly simplify qemu setup * Request the C++ standard library and extensions * Upgrade dmlc-core to resolve build errors * Remove leftovers from C++17 dev type check * Fix CPU-only RRNOp Forward * Change the ARM8 build to work like the ARM7 build * Revert "Fix CPU-only RRNOp Forward" This reverts commit 0a921a4. * Hack around the lack of constexpr if * Adjust the list of files to be packed in ARM jobs Co-authored-by: Leonard Lausen <lausen@amazon.com>
Description
Cherry pick commits from #17984 onto v1.x to fix #18298
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
-stdlib
flag.Comments