Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mapping_types.h File Reference
Include dependency graph for mapping_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tc
 

Macros

#define USING_MAPPING_SHORT_NAMES(BX, BY, BZ, TX, TY, TZ)
 

Macro Definition Documentation

#define USING_MAPPING_SHORT_NAMES (   BX,
  BY,
  BZ,
  TX,
  TY,
  TZ 
)
Value:
using namespace tc::polyhedral::mapping; \
auto BX = BlockId::x(); \
(void)BX; \
auto BY = BlockId::y(); \
(void)BY; \
auto BZ = BlockId::z(); \
(void)BZ; \
auto TX = ThreadId::x(); \
(void)TX; \
auto TY = ThreadId::y(); \
(void)TY; \
auto TZ = ThreadId::z(); \
(void)TZ;