"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "81b707a449653c95301ca43a6d4875fbb70b5201"
Unverified Commit ea719400 authored by Max Podkorytov's avatar Max Podkorytov
Browse files

remove dead code

parent f42ebfdf
...@@ -265,7 +265,6 @@ struct BlockFmhaPipelineQSKSVS ...@@ -265,7 +265,6 @@ struct BlockFmhaPipelineQSKSVS
bias_dram_block_window_tmp.get_window_lengths(), bias_dram_block_window_tmp.get_window_lengths(),
{bias_origin.at(number<0>{}), seqlen_k_start}, // M/N {bias_origin.at(number<0>{}), seqlen_k_start}, // M/N
Policy::template MakeBiasDramTileDistribution<decltype(gemm_0)>()); Policy::template MakeBiasDramTileDistribution<decltype(gemm_0)>());
// Policy::template MakeBiasDramTileDistribution<Problem, decltype(gemm_0)>());
auto v_dram_window = auto v_dram_window =
make_tile_window(v_dram_block_window_tmp.get_bottom_tensor_view(), make_tile_window(v_dram_block_window_tmp.get_bottom_tensor_view(),
......
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