From 69e3709da4ea17f9cdfb51cd2b5afbfe47fdedd5 Mon Sep 17 00:00:00 2001 From: Andrew Kerr Date: Fri, 28 Sep 2018 12:59:20 -0700 Subject: [PATCH] Fixed typeo Fixed typeo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5b796eb..19d30f3a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ We describe the structure of an efficient GEMM in our talk at the * [Batched Strided GEMM](tools/test/unit/gemm/batched_strided_sgemm_128x128x8.cu) * [Threadblock rasterization strategies](tools/test/unit/gemm/sgemm_threadblock_swizzle_nt.cu) * Improved performance for adverse problem sizes and data layouts -* Extended CUTLASS Core comonents +* Extended CUTLASS Core components * Tensor views support arbitrary matrix and tensor layouts * Zip iterators for structuring multiple data streams * Enhanced CUTLASS utilities