Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuguo2023 committed Jul 29, 2024
1 parent 1064463 commit b7a18c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/perf-kernels/streamk/streamk_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def get_tiles_config(M, N, K, num_sms,

total_tiles = total_blocks_M * total_blocks_N
if num_sms > 0 and total_tiles > num_sms: # Stream-K
total_full_tiles_pcu = total_tiles // num_sms
total_streamk_tiles = total_tiles % num_sms
total_full_tiles = total_tiles - total_streamk_tiles
total_streamk_iters = total_streamk_tiles * iters_per_tile
Expand Down

0 comments on commit b7a18c2

Please sign in to comment.