-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Add dedup flag to master from #19112 #19246
Conversation
Hey @samskalicky , Thanks for submitting the PR
CI supported jobs: [edge, clang, website, centos-cpu, sanity, windows-gpu, centos-gpu, windows-cpu, unix-gpu, miscellaneous, unix-cpu] 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.
LGTM
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.
LGTM, thanks
@anko-intel @pengzhao-intel Maybe you want to take a look too
@samskalicky I've got a question about the default value of |
Thanks @grygielski for pointing this out. This does seem to be the default case. However, for the subgraph property that is used in the I should probably clarify that "being enabled by default" applies to the |
Description
Added option to disable deduping the subgraph inputs/outputs. @bgawrych asked for this while they migrate the MKLDNN quantization flow from using executor to
optimize_for
.Original PR for subgraph deduplication on master #16131. When backporting to 1.x we added the option to enable deduplicating subgraph inputs/outputs in #19112. On master the option will be enabled by default, and the flag will allow disabling as needed.