"...resnet50_tensorflow.git" did not exist on "18db08f1a27c503a71e42f8acd2cd3182f47b647"
Commit 3e0047a6 authored by ThomasNing's avatar ThomasNing
Browse files

add a file

parent c6eb7c30
......@@ -339,7 +339,7 @@ struct GemmPipelineAgBgCrCompV3 : public BaseGemmPipelineAgBgCrCompV3<Problem>
// tail
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
// 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