CUTLASS is arranged as a header-only library along with Utilities, Tools, Examples, and unit tests.
Doxygen documentation provides a complete list of files, classes,
and template concepts defined in the CUTLASS project.
A detailed explanation of the source code organization may be found in the
CUTLASS documentation, but several main components are summarized below.
CUTLASS Template Library
CUTLASS SDK Examples
CUTLASS SDK examples apply CUTLASS templates to implement basic computations.
Tools
Test
The test/unit/ directory consist of unit tests implemented with Google Test that demonstrate
basic usage of Core API components and complete tests of the CUTLASS GEMM computations.
Instructions for building and running the Unit tests are described in the Quickstart guide.