Commit 8079a1b0 authored by Anthony Chang's avatar Anthony Chang
Browse files

post-merge fix

parent 39f5d9d4
...@@ -1697,8 +1697,8 @@ struct GridwiseBatchedGemmSoftmaxGemm_Xdl_CShuffle ...@@ -1697,8 +1697,8 @@ struct GridwiseBatchedGemmSoftmaxGemm_Xdl_CShuffle
} }
else else
{ {
static_for<0, acc_thread_buf.Size(), 1>{}( static_for<0, s_slash_p_thread_buf.Size(), 1>{}(
[&](auto i) { acc_element_op(acc_thread_buf(i), acc_thread_buf[i]); }); [&](auto i) { acc_element_op(acc_thread_buf(i), s_slash_p_thread_buf[i]); });
} }
block_sync_lds(); // wait for lds read in gemm0 blockwise gemm block_sync_lds(); // wait for lds read in gemm0 blockwise gemm
......
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