-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Hey @KexinFeng , Thanks for submitting the PR
CI supported jobs: [unix-gpu, edge, clang, centos-gpu, sanity, centos-cpu, windows-cpu, website, windows-gpu, miscellaneous, unix-cpu] Note: |
This reverts commit 6c2f76f.
I have verified that this change fixes the issue |
This reverts commit a6de3c8.
This is unfortunately not a valid fix for the issue (and the fact that without static allocation everything works fine shows that) - the bug seems to lie rather inside the |
Any news on this?
So this is an inefficient workaround because it wastes some time copying the data? Can there be other shortcomings besides performance by using this fix? We really need this to work and we don't mind paying just a small performance drop while waiting for a proper fix. |
Hi, currently this fix can deal with your problem but fails other tests during the pull request. So it is still under investigation. It doesn't seem to me to cause inefficiency; it's just not valid yet. But maybe it can be a workaround |
Description
Thie PR is created to fix the issue #20293, where operator
elemwise_add
has bug whenCachedOp
uses static_alloc.Checklist
Essentials
Changes
Comments