Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Classes | Namespaces | Macros | Functions
cutlass.h File Reference

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)
 

Macro Definition Documentation

◆ CUTLASS_ASSERT

#define CUTLASS_ASSERT (   x)    assert(x)

◆ CUTLASS_HOST_DEVICE

#define CUTLASS_HOST_DEVICE

◆ CUTLASS_MAJOR

#define CUTLASS_MAJOR   1

◆ CUTLASS_MINOR

#define CUTLASS_MINOR   2

◆ CUTLASS_PATCH

#define CUTLASS_PATCH   0

◆ CUTLASS_VERSION

#define CUTLASS_VERSION   ((CUTLASS_MAJOR)*100 + (CUTLASS_MINOR)*10 + CUTLASS_PATCH)

Function Documentation

◆ DebugTypeFunc()

template<typename T >
void DebugTypeFunc ( T const &  t)