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 detection output stage-0 kernel (openvinotoolkit#10262)
- Change the constant value to the maximum work group size - Add CLK_GLOBAL_MEM_FENCE barrier to synchronize storing result in intermediate buffer - Add condition to prevent access local array out of range Signed-off-by: Andrew Kwangwoong Park <[email protected]>
- Loading branch information
1 parent
89c3a18
commit 51c89df
Showing
2 changed files
with
16 additions
and
11 deletions.
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