From 50ceed71547d0de62e63fe2b565a69eb49d48f39 Mon Sep 17 00:00:00 2001 From: ANIKET SHIVAM <3268307+ANIKET-SHIVAM@users.noreply.github.com> Date: Mon, 12 Sep 2022 19:40:25 -0700 Subject: [PATCH] Minor README fix (#623) * minor fix * Minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bf9f4b3..1fe73dbd 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ supported at each level of the execution model hierarchy. # What's New in CUTLASS 2.10 CUTLASS 2.10 is an update to CUTLASS adding: -- [CUTLASS Python](/examples/40_cutlass_py) now supports GEMM, CONV, Group GEMM for different data types as well as different epilogue flavours. +- [CUTLASS Python](/examples/40_cutlass_py) now supports GEMM, Convolution and Grouped GEMM for different data types as well as different epilogue flavors. - Optimizations for CUTLASS's [Grouped GEMM](examples/24_gemm_grouped/gemm_grouped.cu) kernel. It can move some scheduling into the host side if applicable. - Optimizations for [GEMM+Softmax](examples/35_gemm_softmax). - [Grouped GEMM for Multihead Attention](examples/41_multi_head_attention) is a general MHA that does not require equal sequence length in every GEMM.