Skip to content

Commit

Permalink
Merge pull request #308 from dongxiao92/patch-1
Browse files Browse the repository at this point in the history
fix typo in doc
  • Loading branch information
Manish Gupta authored Aug 8, 2021
2 parents 69abafb + d36f331 commit a01feb9
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 @@ -48,7 +48,7 @@ where functions _f_ and _g_ are defined as follows.

```
f(p, r) = p * stride_h + R - r - 1 + pad_h
g(q, s) = h * stride_w + S - s - 1 + pad_w
g(q, s) = q * stride_w + S - s - 1 + pad_w
```

A [host](/tools/util/include/cutlass/util/reference/host/convolution.h) and [device](/tools/util/include/cutlass/util/reference/device/convolution.h)
Expand Down

0 comments on commit a01feb9

Please sign in to comment.