Skip to content
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] Fix boundary case for fc_bf_tiled_forced_tile_b kernel #29105

Merged

Conversation

andrew-k-park
Copy link
Contributor

Details:

  • In the current fc_bf_tiled_forced_tile_b kernel, when TILE_OFM=1, acc_tmp becomes a one-dimensional array rather than two-dimensional array that process vector type, so issue may occur in the process of obtaining acc from acc_tmp and initializing acc_tmp
  • Fix this issued case for fc_bf_tilied_forced_tile_b kernel

Tickets:

  • 162831

@andrew-k-park andrew-k-park requested review from a team as code owners February 21, 2025 12:49
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Feb 21, 2025
@yeonbok yeonbok enabled auto-merge February 21, 2025 13:38
@yeonbok yeonbok added this pull request to the merge queue Feb 21, 2025
Merged via the queue into openvinotoolkit:master with commit 47ff118 Feb 21, 2025
168 checks passed
@yeonbok yeonbok deleted the fix_fc_bf_tiled_corner_case branch February 21, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants