Skip to content

Commit

Permalink
fix minor typos (NVIDIA#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodingwizard authored Jul 5, 2023
1 parent f6d42f2 commit 9b923dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/docs/gemm_api_3x.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ into register memory.
Notice that CUTLASS 3.0 mainloops do not accept a dedicated accumulator element type.
We obtain the accumulator type from the `typename TiledMma::ValTypeC`. Note also that
top level API's `ElementA` and `ElementB` can defer from those of the MMA facing
top level API's `ElementA` and `ElementB` can differ from those of the MMA facing
`typename TiledMma::ValTypeA` and `typename TiledMma::ValTypeB`, allowing TMA or user
supplied transform operations to perform type conversions.
Expand Down Expand Up @@ -325,7 +325,7 @@ all operations that conceptually belong to the same class. This design has the f
The primary `CollectiveMma` is intended to be an expert user interface that allows full control over
all the properties of the collective's GPU micro-kernel. However, often a user just wants an
off-the-shelf GEMM mainloop implementation parameterized on simple configuration parameters. CUTLASS 3.0
provides [`cutlass::gemm::collective::CollectiveBuilder`](include/cutlass/gemm/collective/collective_builder.hpp) for such scenarios.
provides [`cutlass::gemm::collective::CollectiveBuilder`](/include/cutlass/gemm/collective/collective_builder.hpp) for such scenarios.
```c++
namespace cutlass::gemm::collective {
Expand Down

0 comments on commit 9b923dd

Please sign in to comment.