Update README.md

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

View File

@ -8,9 +8,9 @@ It incorporates the same strategies for data movement and hierarchical decomposi
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
and tuned via custom tiling sizes, data types, and other algorithmic policy.
The resulting flexibility simplifies their use as building blocks within custom
kernels and applications.
and tuned via custom tiling sizes, data types, and other algorithmic policy. The
resulting flexibility simplifies their use as building blocks within custom kernels
and applications.
To support a wide variety of applications, CUTLASS provides extensive support for
mixed-precision computations, providing specialized data-movement and