Merge pull request #28 from NVIDIA/cutlass_1.1

Fixed typeo
This commit is contained in:
Andrew Kerr 2018-09-28 12:59:49 -07:00 committed by GitHub
commit 6877595a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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