Skip to content

Commit b0a2513

Browse files
sunjiweiswiftpralay-das
authored andcommitted
delete debug code
1 parent b20e0bd commit b0a2513

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

applications/flash_attention_v2/kernel/tile_scheduler_chunk_prefill.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,7 @@ struct XeFlashIndividualTileScheduler {
9393
CUTLASS_DEVICE
9494
auto get_block_coord() {
9595
using namespace cute;
96-
// int block_decode = BlockIdxZ(); // batch * num_heads_q
97-
// int bidh;
98-
// params.divmod_num_heads(block_decode, bidh, block_decode);
99-
100-
// block_decode = BlockIdxZ / num_heads_q
101-
// bidh = BlockIdxZ % num_heads_q
102-
103-
// return make_coord(BlockIdxX(), BlockIdxY(), BlockIdxZ());
10496
return make_coord(BlockIdxX(), BlockIdxY(), BlockIdxZ());
105-
// return make_coord(BlockIdxX(), BlockIdxY(), block_decode, bidh);
10697
}
10798

10899
CUTLASS_DEVICE

0 commit comments

Comments
 (0)