 |
Tensor Tiling Library
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
43#define TTL_TARGET opencl
51#define __TTL_STR_CONCAT1(x, y) x##y
58#define __TTL_STR_CONCAT2(x, y) __TTL_STR_CONCAT1(x, y)
65#define __TTL_STRINGFY1(s) #s
72#define __TTL_STRINGFY2(s) __TTL_STRINGFY1(s)
84#define TTL_INCLUDE_H_1 __TTL_STR_CONCAT2(TTL_, TTL_TARGET)
85#define TTL_INCLUDE_H_2 __TTL_STRINGFY2(TTL_INCLUDE_H_1.h)
88#include TTL_INCLUDE_H_2