|
Tensor Comprehensions
|
Go to the documentation of this file.
19 namespace polyhedral {
24 constexpr
auto kStatementLabel =
"S_";
25 constexpr
auto kPartialScheduleLabel =
"L_";
27 constexpr
auto kAstNodeIdPrefix =
"__node_";
29 constexpr
auto kReadIdName =
"read";
30 constexpr
auto kWriteIdName =
"write";
31 constexpr
auto kSyncIdPrefix =
"_sync_";