-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Fix leak of ndarray objects in the frontend due to reference cycle. Backport of 3e676fc
Hey @leezu , Thanks for submitting the PR
CI supported jobs: [miscellaneous, website, unix-gpu, clang, centos-cpu, windows-gpu, windows-cpu, edge, centos-gpu, unix-cpu, sanity] Note: |
Hi @leezu , please help to re-trigger the failed CI :) |
@mxnet-bot run ci [all] |
Jenkins CI successfully triggered : [unix-cpu, unix-gpu, centos-gpu, edge, windows-cpu, centos-cpu, website, sanity, miscellaneous, clang, windows-gpu] |
@TaoLv @pengzhao-intel @szha please take a review and help to merge it, the counterpart PR #18358 to v1.7.x was already merged. |
This reverts commit b523527.
Fix leak of ndarray objects in the frontend due to reference cycle. Backport of 3e676fc
Backport #18328