Skip to content

Commit

Permalink
[Fix] fix description in 02_bank_conflict (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndSonder authored Sep 24, 2024
1 parent 80b680a commit 3b5de38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/09_optimize_reduce/02_bank_conflict/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo ncu --metrics l1tex__data_bank_conflicts_pipe_lsu_mem_shared_op_st.sum

![picture 4](images/e69b477993846936b270e82a37615c00424010cd8003f429354aa27325c96f57.png)

0 号 warp 的 0 号线程访问 0 号 bank 的 0 号地址和 128 号地址,1 号 warp 的 0 号线程访问 1 号 bank 的 1 号地址和 129 号地址,2 号 warp 的 0 号线程访问 2 号 bank 的 2 号地址和 130 号地址,以此类推。
0 号 warp 的 0 号线程访问 0 号 bank 的 0 号地址和 128 号地址,1 号 warp 的 0 号线程访问 1 号 bank 的 32 号地址和 128 号地址,2 号 warp 的 0 号线程访问 2 号 bank 的 64 号地址和 160号地址,以此类推。

整体过程如下图所示:

Expand Down

0 comments on commit 3b5de38

Please sign in to comment.