Fix typo in docs, code comments (#429)
* [docs] fix typo in media/docs/layout.md * [docs] fix comment error * fix typo in include/cutlass/arch/simd_61.h * fix stride comment errors in TensorLayout
This commit is contained in:
@@ -126,8 +126,8 @@ This method is needed when an algorithm must define a buffer of arbitrary layout
|
||||
Example:
|
||||
```c++
|
||||
|
||||
typename ArbitraryLayout::TensorCord extent = make_Coord(...);
|
||||
typename ArbitraryLayout::TensorCord coord;
|
||||
typename ArbitraryLayout::TensorCoord extent = make_Coord(...);
|
||||
typename ArbitraryLayout::TensorCoord coord;
|
||||
|
||||
ArbitraryLayout layout = ArbitraryLayout::packed(extent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user