From 64dd1e19157b0746e8be892faea4bcdb3011a2d6 Mon Sep 17 00:00:00 2001 From: Peter Han Date: Thu, 29 Jul 2021 08:43:27 +0800 Subject: [PATCH] Doc typo Signed-off-by: Peter Han --- media/docs/efficient_gemm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docs/efficient_gemm.md b/media/docs/efficient_gemm.md index aed75376..5c617796 100644 --- a/media/docs/efficient_gemm.md +++ b/media/docs/efficient_gemm.md @@ -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