forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] Fix lockable requirement check for shape_of consumer (openvinot…
…oolkit#26723) ### Details: - We had an exception on attempt to set remote tensor if input had multiple GPU users and ShapeOf node with CPU impl. This patch adds special handling for shape_of node to avoid it's requirement for lockable inputs as it doesn't touch tensor. - Note: Likely it will still fail for other CPU node types, so need to investigate that further.
- Loading branch information
1 parent
f00ac41
commit c805873
Showing
2 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
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
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