Commit 3e0047a6 authored by ThomasNing's avatar ThomasNing
Browse files

add a file

parent c6eb7c30
...@@ -339,7 +339,7 @@ struct GemmPipelineAgBgCrCompV3 : public BaseGemmPipelineAgBgCrCompV3<Problem> ...@@ -339,7 +339,7 @@ struct GemmPipelineAgBgCrCompV3 : public BaseGemmPipelineAgBgCrCompV3<Problem>
// tail // tail
if constexpr(TailNum == TailNumber::Full) if constexpr(TailNum == TailNumber::Full)
{ {
block_gemm(c_block_tile, a_lds_gemm_window, b_lds_gemm_window); block_gemm(c_block_tile, , b_lds_gemm_window);
} }
// Let's leak last MFMA block to epilogue region, cover the potential lds-shuffle // Let's leak last MFMA block to epilogue region, cover the potential lds-shuffle
// latency // latency
......
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