Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Basic include for CUTLASS macros. More...
Go to the source code of this file.
Classes | |
struct | DebugType< T > |
struct | DebugValue< Value > |
Namespaces | |
cutlass | |
Macros | |
#define | CUTLASS_MAJOR 1 |
#define | CUTLASS_MINOR 0 |
#define | CUTLASS_PATCH 1 |
#define | CUTLASS_VERSION ((CUTLASS_MAJOR)*100 + (CUTLASS_MINOR)*10 + CUTLASS_PATCH) |
#define | CUTLASS_HOST_DEVICE |
#define | CUTLASS_ASSERT(x) assert(x) |
#define | CUTLASS_PRAGMA_UNROLL |
#define | CUTLASS_PRAGMA_NO_UNROLL |
#define | CUTLASS_GEMM_LOOP CUTLASS_PRAGMA_NO_UNROLL |
Functions | |
template<typename T > | |
void | DebugTypeFunc (T const &t) |
#define CUTLASS_ASSERT | ( | x | ) | assert(x) |
#define CUTLASS_GEMM_LOOP CUTLASS_PRAGMA_NO_UNROLL |
#define CUTLASS_HOST_DEVICE |
#define CUTLASS_MAJOR 1 |
#define CUTLASS_MINOR 0 |
#define CUTLASS_PATCH 1 |
#define CUTLASS_PRAGMA_NO_UNROLL |
#define CUTLASS_PRAGMA_UNROLL |
#define CUTLASS_VERSION ((CUTLASS_MAJOR)*100 + (CUTLASS_MINOR)*10 + CUTLASS_PATCH) |
void DebugTypeFunc | ( | T const & | t | ) |