[rocm-libraries] ROCm/rocm-libraries#6655 (commit 677b38d)

Add missing lds sync

## Motivation

<!-- Explain the purpose of this PR and the goals it aims to achieve.
-->

## Technical Details

<!-- Explain the changes along with any relevant GitHub links. -->

## Test Plan

<!-- Explain any relevant testing done to verify this PR. -->

## Test Result

<!-- Briefly summarize test outcomes. -->

## Submission Checklist

- [ ] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
This commit is contained in:
KateJu
2026-04-23 14:06:27 +00:00
committed by assistant-librarian[bot]
parent ad412c26f3
commit 34c7c3bbf2
2 changed files with 2 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ __launch_bounds__(CK_MAX_THREAD_PER_BLOCK, MinimumOccupancy)
id_off += grid_size_grp;
id_local += grid_size_grp;
block_sync_lds();
}
}
#else

View File

@@ -136,6 +136,7 @@ __launch_bounds__(GridwiseGemm::MaxBlockSize, CK_MIN_BLOCK_PER_CU)
id_off += grid_size_grp;
id_local += grid_size_grp;
block_sync_lds();
}
}
#else