 |
Tensor Tiling Library
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
26#define __TTL_STR_CONCAT1(x, y) x##y
33#define __TTL_STR_CONCAT2(x, y) __TTL_STR_CONCAT1(x, y)
40#define __TTL_STRINGFY1(s) #s
47#define __TTL_STRINGFY2(s) __TTL_STRINGFY1(s)
56#define TTL_ARRAYSIZE(x) (sizeof((x)) / sizeof((x)[0]))