From 2448bb56e6233cd577fcb33a7dc61e400c3b26d2 Mon Sep 17 00:00:00 2001 From: Raul Date: Wed, 10 Jul 2024 16:59:02 +0200 Subject: [PATCH] Update gemm_api_3x.md (#1386) Fixed what it seems to be an obvious typo. --- media/docs/gemm_api_3x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docs/gemm_api_3x.md b/media/docs/gemm_api_3x.md index 721104b0..5956e6e1 100644 --- a/media/docs/gemm_api_3x.md +++ b/media/docs/gemm_api_3x.md @@ -357,7 +357,7 @@ struct CollectiveBuilder { the best performing `CollectiveMma` from the given parameters. - `ArchTag` is one of the SM architectures tags from `cutlass::arch::Sm*`. -- `OpClass` is one of the operator class tags from `cutlass::arch::Sm*`. +- `OpClass` is one of the operator class tags from `cutlass::arch::OpClass*`. - `ElementA` and `ElementB` are the logical value types of the A resp. B tensors. - `ElementAccumulator` is the accumulator type to be used in the instruction. - `GmemLayoutA` and `GmemLayoutB` are CUTLASS 2.x layout tags, `layout::RowMajor` or `layout::ColumnMajor`.