"vscode:/vscode.git/clone" did not exist on "0c1041ad851d2ce3dc4d74d5fedb1af759956688"
Commit 66c5b715 authored by Max Podkorytov's avatar Max Podkorytov
Browse files

remove dead code

parent edb78a47
...@@ -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