-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
* Fix cmake mkldnn install target. Previously mkldnn headers are installed to CMAKE_INSTALL_INCLUDEDIR instead of CMAKE_INSTALL_INCLUDEDIR/mkldnn * Fix pypi_package.sh pip/setup.py for mkldnn builds
Hey @MoisesHer , Thanks for submitting the PR
CI supported jobs: [miscellaneous, edge, windows-cpu, centos-cpu, sanity, centos-gpu, windows-gpu, website, unix-gpu, unix-cpu, clang] Note: |
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.
@leezu is there a plan to fix the CI on 1.x/1.7.x branches?
Can we rebase this cherry-pick? 1.7.x seems to regularly get commits merged so CI shouldn't be an issue.. |
@leezu @TaoLv @ciyongch gentle ping.. for help.. |
Hi @ChaiBapchya , I took a look at the failure of [unix-gpu] which showed TVM compilation error and GPU OOM runtime error, seems it's more like the CI side issue. can you try to trigger the failed jobs? |
@mxnet-bot run ci [edge, unix-gpu] |
Jenkins CI successfully triggered : [edge, unix-gpu] |
Thank you for taking a look. I triggered again, but still faiilig. |
@mxnet-bot run ci [edge, unix-gpu] |
Jenkins CI successfully triggered : [edge, unix-gpu] |
@MoisesHer no point in retriggering edge pipeline. It's not a flaky issue. I saw the same issue in my cherrypick PR: #18742 Please update the cmakevar: @leezu #18713 Thanks. |
…18713) CMAKE_CUDA_HOST_COMPILER will be reset if CMAKE_CUDA_COMPILER is not set as of cmake 3.17.3 See https://gitlab.kitware.com/cmake/cmake/-/issues/20826
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.
Nice to see it unblocked! LGTM! Thanks!
@sandeep-krishnamurthy @leezu @ciyongch |
Hi @ChaiBapchya @MoisesHer please check the failed job. BTW, as it's for the binary release, then I think it's not a mandatory patch for the source release (the current release candidate is rc1). We might consider to include this patch in 1.7.0 release if there's rc2, otherwise, this patch will be in v1.7.x branch and the binary release, what do you think? |
@MoisesHer sorry about hitting that flaky test. Please retrigger unix-cpu pipeline. Hopefully that should be the last retrigger for this PR.
@ciyongch sounds good to me. |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
* cherry-pick: Fix missing MKLDNN headers (apache#18310) * Include all mkldnn headers in CD builds (apache#18355) * Fix cmake mkldnn install target. Previously mkldnn headers are installed to CMAKE_INSTALL_INCLUDEDIR instead of CMAKE_INSTALL_INCLUDEDIR/mkldnn * Fix pypi_package.sh pip/setup.py for mkldnn builds * Set CMAKE_CUDA_COMPILER in aarch64-linux-gnu-toolchain.cmake (apache#18713) CMAKE_CUDA_HOST_COMPILER will be reset if CMAKE_CUDA_COMPILER is not set as of cmake 3.17.3 See https://gitlab.kitware.com/cmake/cmake/-/issues/20826 Co-authored-by: Leonard Lausen <lausen@amazon.com>
* Cherry-pick #18310 #18355 (#18608) * cherry-pick: Fix missing MKLDNN headers (#18310) * Include all mkldnn headers in CD builds (#18355) * Fix cmake mkldnn install target. Previously mkldnn headers are installed to CMAKE_INSTALL_INCLUDEDIR instead of CMAKE_INSTALL_INCLUDEDIR/mkldnn * Fix pypi_package.sh pip/setup.py for mkldnn builds * Set CMAKE_CUDA_COMPILER in aarch64-linux-gnu-toolchain.cmake (#18713) CMAKE_CUDA_HOST_COMPILER will be reset if CMAKE_CUDA_COMPILER is not set as of cmake 3.17.3 See https://gitlab.kitware.com/cmake/cmake/-/issues/20826 Co-authored-by: Leonard Lausen <lausen@amazon.com> * remove linux-gputoolchain Co-authored-by: MoisesHer <50716238+MoisesHer@users.noreply.github.com> Co-authored-by: Leonard Lausen <lausen@amazon.com>
Description
Fixing issue: #18120 on Mxnet v.1.7.x
Cherry-pick #18310
Cherry-pick #18355
Cherry pick #18713