Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Remove cleanup on side threads #19378

Merged
merged 2 commits into from
Oct 21, 2020
Merged

Conversation

ptrendx
Copy link
Member

@ptrendx ptrendx commented Oct 19, 2020

Description

Fixes #19360

@szha @mseth10

@mxnet-bot
Copy link

Hey @ptrendx , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [edge, windows-gpu, unix-cpu, clang, centos-cpu, website, unix-gpu, sanity, windows-cpu, miscellaneous, centos-gpu]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@lanking520 lanking520 added the pr-awaiting-testing PR is reviewed and waiting CI build and test label Oct 19, 2020
@lanking520 lanking520 added pr-work-in-progress PR is still work in progress and removed pr-awaiting-testing PR is reviewed and waiting CI build and test labels Oct 19, 2020
@ptrendx
Copy link
Member Author

ptrendx commented Oct 20, 2020

@mxnet-bot run ci [centos-cpu, centos-gpu, miscellaneous, unix-cpu, unix-gpu, windows-cpu]

@mxnet-bot
Copy link

Jenkins CI successfully triggered : [miscellaneous, windows-cpu, centos-gpu, unix-gpu, centos-cpu, unix-cpu]

@lanking520 lanking520 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress and removed pr-work-in-progress PR is still work in progress pr-awaiting-testing PR is reviewed and waiting CI build and test labels Oct 20, 2020
src/engine/naive_engine.cc Outdated Show resolved Hide resolved
@lanking520 lanking520 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress pr-awaiting-review PR is waiting for code review and removed pr-work-in-progress PR is still work in progress pr-awaiting-testing PR is reviewed and waiting CI build and test labels Oct 20, 2020
Copy link
Contributor

@mseth10 mseth10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@szha szha merged commit 43750c8 into apache:master Oct 21, 2020
barry-jin added a commit to barry-jin/incubator-mxnet that referenced this pull request Oct 27, 2020
chinakook pushed a commit to chinakook/mxnet that referenced this pull request Nov 17, 2020
* Remove cleanup on side threads

* removed comment
@chinakook
Copy link
Contributor

I'm sure that the train_faster_rcnn.py in gluon-cv will get weird error after this patch.

terminate called recursively
  what():  [10:03:36] /home/xxxxx/mx/3rdparty/mshadow/mshadow/./stream_gpu-inl.h:192: Check failed: err == CUDNN_STATUS_SUCCESS (1 vs. 0) : CUDNN_STATUS_NOT_INITIALIZED```

chinakook pushed a commit to chinakook/mxnet that referenced this pull request Nov 23, 2020
* Remove cleanup on side threads

* removed comment
josephevans pushed a commit to josephevans/mxnet that referenced this pull request Feb 24, 2022
* Remove cleanup on side threads

* removed comment
josephevans pushed a commit to josephevans/mxnet that referenced this pull request Feb 25, 2022
* Remove cleanup on side threads

* removed comment
josephevans pushed a commit to josephevans/mxnet that referenced this pull request Feb 25, 2022
* Remove cleanup on side threads

* removed comment
josephevans added a commit that referenced this pull request Feb 28, 2022
* Remove cleanup on side threads

* removed comment

Co-authored-by: Przemyslaw Tredak <[email protected]>
josephevans pushed a commit to josephevans/mxnet that referenced this pull request Feb 28, 2022
* Remove cleanup on side threads

* removed comment
josephevans added a commit that referenced this pull request Mar 1, 2022
* Remove cleanup on side threads

* removed comment

Co-authored-by: Przemyslaw Tredak <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-awaiting-review PR is waiting for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SegFault while testing MXNet binaries for CUDA-11.0 using pytest
6 participants