mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-07 00:04:37 +00:00
Remove static assert to prevent compile fail
This commit is contained in:
@@ -218,8 +218,7 @@ struct BlockReduce2dCrossWarpSync
|
||||
if constexpr(num_reduce_warps == 1)
|
||||
return;
|
||||
|
||||
// Imitate BlockWelfordCrossWarpSync, but looks like there are some bugs.
|
||||
static_assert(num_reduce_warps == 1);
|
||||
// CAUSION - Imitate BlockWelfordCrossWarpSync, but looks like there are some bugs.
|
||||
|
||||
// store into smem only for lane-0 within one warp
|
||||
if(lane_id == 0)
|
||||
|
||||
Reference in New Issue
Block a user