-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Revert PR 17767 for fixing GPU memory usage regression #18283
Conversation
|
Hey @rondogency , Thanks for submitting the PR
CI supported jobs: [sanity, centos-cpu, edge, miscellaneous, unix-gpu, clang, website, windows-gpu, windows-cpu, unix-cpu, centos-gpu] Note: |
|
@rondogency could you change the description to "... fixes #18280". Only if you use the magic word "fix" or "fixes", it will auto close the issue. Thanks |
|
@ptrendx Are you okay with this revert? Thanks! |
|
Yes, I'm fine with it, although I would not want this PR to close that issue, as there is discussion happening there on an actual fix. |
|
I agree with @ptrendx that we should not close the issue, also I noticed that this one is picked into 1.7 release, we should revert it also |
|
@mxnet-bot run ci [all] |
|
Jenkins CI successfully triggered : [windows-cpu, centos-gpu, edge, sanity, miscellaneous, unix-cpu, website, unix-gpu, windows-gpu, centos-cpu, clang] |
|
@mxnet-bot run ci [centos-cpu, miscellaneous, unix-gpu, windows-gpu, windows-cpu, unix-cpu, centos-gpu] |
|
Jenkins CI successfully triggered : [miscellaneous, unix-gpu, centos-cpu, unix-cpu, windows-gpu, centos-gpu, windows-cpu] |
|
@mxnet-bot run ci [centos-gpu] |
|
Unauthorized access detected. |
|
As @ptrendx targets having runtime compilation for cuda kernels in 2.0, I wonder if this should be reverted on 1.x branch only? |
|
@mxnet-bot run ci [centos-gpu, unix-cpu, unix-gpu, windows-cpu] |
|
Jenkins CI successfully triggered : [windows-cpu, unix-cpu, centos-gpu, unix-gpu] |
|
@mxnet-bot run ci [centos-cpu] |
|
Jenkins CI successfully triggered : [centos-cpu] |
|
@leezu we need to resolve the current regression first and ptrendx would work on a fix |
|
@ptrendx can you help to merge it, thanks! |
|
@ciyongch Can you help to cherry-pick this into 1.x and 1.7 release, as this addresses a memory regression fix |
* Revert "Fix and optimize handling of vectorized memory accesses (apache#17767)" This reverts commit 5542d03. * add license to reverted file
|
Thanks @rondogency , do you mind to create a PR to 1.7 as well, as it's already merge/created in master/v1.x now :) |
|
@ciyongch yes I will do it shortly |
* Revert "Fix and optimize handling of vectorized memory accesses (apache#17767)" This reverts commit 5542d03. * add license to reverted file
* Revert "Fix and optimize handling of vectorized memory accesses (apache#17767)" This reverts commit 5542d03. * add license to reverted file
…apache#18309) * Revert "Fix and optimize handling of vectorized memory accesses (apache#17767)" This reverts commit 5542d03. * add license to reverted file
Revert PR #17767 for fixing #18280 GPU memory usage regression
Tested locally and observed GPU memory decreasing after reverting
Resolved revert conflict in elemwise_binrary_ops.h and test_operators.py