Commit 3b6f9c16 authored by rocking's avatar rocking
Browse files

Remove useless code

parent 9f453d42
......@@ -122,11 +122,6 @@ struct GridwiseNormalizationWelfordVariance_mk_to_mk
YDataType* const __restrict__ p_y_global,
const YElementwiseOperation y_elementwise_op)
{
if constexpr(SweepOnce)
{
num_k_block_tile_iteration = 1;
}
auto y_global_val_buf = make_dynamic_buffer<AddressSpaceEnum::Global>(
p_y_global, y_grid_desc_m_k.GetElementSpaceSize());
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment