Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Basic include for CUTLASS macros. More...
#include "cutlass/util/performance_tuning.h"
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 2 |
#define | CUTLASS_PATCH 0 |
#define | CUTLASS_VERSION ((CUTLASS_MAJOR)*100 + (CUTLASS_MINOR)*10 + CUTLASS_PATCH) |
#define | CUTLASS_HOST_DEVICE |
#define | CUTLASS_ASSERT(x) assert(x) |
Functions | |
template<typename T > | |
void | DebugTypeFunc (T const &t) |
#define CUTLASS_ASSERT | ( | x | ) | assert(x) |
#define CUTLASS_HOST_DEVICE |
#define CUTLASS_MAJOR 1 |
#define CUTLASS_MINOR 2 |
#define CUTLASS_PATCH 0 |
#define CUTLASS_VERSION ((CUTLASS_MAJOR)*100 + (CUTLASS_MINOR)*10 + CUTLASS_PATCH) |
void DebugTypeFunc | ( | T const & | t | ) |