Skip to content

Commit 5490cb9

Browse files
committed
delete debug code
1 parent 793c02c commit 5490cb9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

applications/flash_attention_v2/kernel/tile_scheduler_chunk_prefill.hpp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* 1. Redistributions of source code must retain the above copyright notice, this
99
* list of conditions and the following disclaimer.
1010
*
11-
* 2. Redistributions in binary form must reproduce the above copyright notice,
11+
* 2. Redistributions in b96inary form must reproduce the above copyright notice,
1212
* this list of conditions and the following disclaimer in the documentation
1313
* and/or other materials provided with the distribution.
1414
*
@@ -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)