Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6bcdc6

Browse files
authored
fix broken links (PaddlePaddle#148)
1 parent 6615010 commit e6bcdc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

media/docs/implicit_gemm_convolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ This enables 128-bit vector memory acceses which lead to efficient CUDA kernels.
165165
CUTLASS defines CUDA C++ templates accepting numerous template arguments to specialize the resulting
166166
kernel by operation, data type, tile configuration, math instruction, and fused output operation.
167167

168-
In [09_turing_tensorop_conv2dfprop.cu](/examples/09_turing_tensorop_conv2dfprop/09_turing_tensorop_conv2dfprop.cu), a convolution
168+
In [turing_tensorop_conv2dfprop.cu](/examples/09_turing_tensorop_conv2dfprop/turing_tensorop_conv2dfprop.cu), a convolution
169169
operation is defined as follows.
170170

171171
```c++

0 commit comments

Comments
 (0)