Skip to content

Commit

Permalink
Merge pull request NVIDIA#303 from Peter9606/doc_typo
Browse files Browse the repository at this point in the history
Doc typo
  • Loading branch information
hwu36 authored Jul 29, 2021
2 parents 1ac4559 + 64dd1e1 commit 4516b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/docs/efficient_gemm.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ consecutively launched threadblocks to packed two-dimensional regions of the par
problem to increase the probability that these will access the same tiles of global memory at
approximately the same time.

Several functions are defined in [cutlass/gemm/threadblock_swizzle.h](cutlass/gemm/threadblock/threadblock_swizzle.h).
Several functions are defined in [cutlass/gemm/threadblock_swizzle.h](/include/cutlass/gemm/threadblock/threadblock_swizzle.h).


### Parallelized Reductions
Expand Down

0 comments on commit 4516b83

Please sign in to comment.