-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GPU] Enable runtime buffer fusing for crop #25060
Merged
yeonbok
merged 24 commits into
openvinotoolkit:master
from
andrew-k-park:crop_runtime_buffer_fusing
Jul 5, 2024
Merged
[GPU] Enable runtime buffer fusing for crop #25060
yeonbok
merged 24 commits into
openvinotoolkit:master
from
andrew-k-park:crop_runtime_buffer_fusing
Jul 5, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87011b4
to
d998fe9
Compare
d08b063
to
3725c95
Compare
be71ce3
to
2283c64
Compare
yeonbok
reviewed
Jun 27, 2024
yeonbok
reviewed
Jun 27, 2024
yeonbok
reviewed
Jun 27, 2024
yeonbok
reviewed
Jun 27, 2024
6577b7f
to
1620b85
Compare
yeonbok
reviewed
Jun 27, 2024
src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_buffer_fusing.cpp
Outdated
Show resolved
Hide resolved
3c09fc6
to
99c64eb
Compare
yeonbok
reviewed
Jun 29, 2024
yeonbok
reviewed
Jun 29, 2024
src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_buffer_fusing.cpp
Show resolved
Hide resolved
yeonbok
reviewed
Jun 29, 2024
Signed-off-by: Andrew Park <[email protected]>
This reverts commit 06067ce.
Signed-off-by: Andrew Park <[email protected]>
Signed-off-by: Andrew Park <[email protected]>
Signed-off-by: Andrew Park <[email protected]>
92ad9bd
to
c5dbc77
Compare
ieliz
pushed a commit
to ieliz/openvino
that referenced
this pull request
Jul 5, 2024
### Details: - Apply in place crop for dynamic shape at runtime ### Tickets: - 143096 --------- Signed-off-by: Andrew Park <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jul 10, 2024
…25454) ### Details: - Minor changes to fix regression issue from #25060 ### Tickets: - 137277 --------- Signed-off-by: Andrew Park <[email protected]>
spran180
pushed a commit
to spran180/openvino
that referenced
this pull request
Jul 27, 2024
…penvinotoolkit#25454) ### Details: - Minor changes to fix regression issue from openvinotoolkit#25060 ### Tickets: - 137277 --------- Signed-off-by: Andrew Park <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 19, 2024
### Details: - Fix accuracy issue from runtime buffer fusing for crop(#25060) - If user is MVN and dynamic padding exists, output padding propagation is not supported in the base mode reshape - oneDNN supports padded input of outer axis only for buffer fusing on static shape ### Tickets: - [CVS-149472](https://jira.devtools.intel.com/browse/CVS-149472) --------- Signed-off-by: Andrew Park <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Details:
Tickets: