"vscode:/vscode.git/clone" did not exist on "9f46cdf5faebb000ba4c3da33fa8c0bd05fc614d"
Commit 6c1aa33a authored by aska-0096's avatar aska-0096
Browse files

Bug fix: double lds skip

parent d44f6660
...@@ -495,8 +495,8 @@ struct GridwiseGemmPipeline_v1<1, false, false> ...@@ -495,8 +495,8 @@ struct GridwiseGemmPipeline_v1<1, false, false>
CThreadBuffer& c_thread_buf, CThreadBuffer& c_thread_buf,
index_t num_loop) index_t num_loop)
{ {
constexpr auto b_block_origin_idx = make_tuple(I0, I0, I0, I0, I0, I0); constexpr auto b_block_origin_idx = make_tuple(I0, I0, I0, I0, I0, I0, I0);
constexpr auto a_block_origin_idx = make_tuple(I0, I0, I0, I0, I0, I0); constexpr auto a_block_origin_idx = make_tuple(I0, I0, I0, I0, I0, I0, I0);
auto b_block_buf_switch = b_block_buf; auto b_block_buf_switch = b_block_buf;
auto a_block_buf_switch = a_block_buf; auto a_block_buf_switch = a_block_buf;
......
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