Skip to content

Commit

Permalink
Fix typo in shared memory layout description (NVIDIA#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi authored Apr 24, 2022
1 parent dd77fad commit 70f3ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/docs/implicit_gemm_convolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ As described in the CUTLASS GTC 2019 presentation [slides](https://developer.dow
[recording](https://developer.nvidia.com/gtc/2019/video/S9593), an access to Shared Memory will be conflict-free if
the following conditions are satisfied across each warp:
- {T0, T1, .., T7} do not access the same 128-bit bank
- {T8, T9, .., T16} do not access the same 128-bit bank
- {T8, T9, .., T15} do not access the same 128-bit bank
- {T16, T17, .., T23} do not access the same 128-bit bank
- {T24, T25, .., T31} do not access the same 128-bit bank
Expand Down

0 comments on commit 70f3ba5

Please sign in to comment.