mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-17 09:08:35 +00:00
add lds barrier
This commit is contained in:
@@ -511,6 +511,7 @@ __global__ void kernel_grouped_conv_bwd_data_optimized_v2(const ABDataType* __re
|
||||
#pragma unroll
|
||||
for(int batch_id = 0; batch_id < BatchPerBlock; batch_id += WaveNum)
|
||||
{
|
||||
block_sync_lds();
|
||||
for(int i = tid; i < InLoopNum; i += BlockSize)
|
||||
{
|
||||
int group_id = i % GroupPerBlockInFP4;
|
||||
|
||||
Reference in New Issue
Block a user