"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "7610e0491a2d5a6877c564efe8061b218b95ee4b"
Commit e8ded1e7 authored by rocking's avatar rocking
Browse files

Fix typo

parent 128f0ee1
...@@ -337,7 +337,7 @@ struct GridwiseNormalizationSplitK2nd ...@@ -337,7 +337,7 @@ struct GridwiseNormalizationSplitK2nd
// step2: normalization // step2: normalization
constexpr auto thread_copy_fwd_step_m_k = make_multi_index(0, K_BlockTileStepSize); constexpr auto thread_copy_fwd_step_m_k = make_multi_index(0, K_BlockTileStepSize);
for(index_t k = 0; k < num_k_mean_var_count_iteration; ++k) for(index_t k = 0; k < num_k_block_tile_iteration; ++k)
{ {
static_for<0, ThreadBufferNumber, 1>{}([&](auto i) { static_for<0, ThreadBufferNumber, 1>{}([&](auto i) {
threadwise_x_load.Run(x_grid_desc_m_k, threadwise_x_load.Run(x_grid_desc_m_k,
......
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