Update README.md

This commit is contained in:
Duane Merrill 2017-12-05 20:56:49 -05:00 committed by GitHub
parent 73211bbb88
commit 6565b48747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
CUTLASS is a collection of CUDA C++ template abstractions for implementing
high-performance matrix-multiplication (GEMM) at all levels and scales within CUDA.
It incorporates the same strategies for data movement and hierarchical decomposition
It incorporates the same strategies for hierarchical decomposition and data movement
that are used to implement cuBLAS. CUTLASS decomposes these “moving parts” into
reusable, modular software components abstracted by C++ template classes. These
thread-wide, warp-wide, block-wide, and device-wide primitives can be specialized