Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/utility/static_counter.hpp File Reference
Go to the source code of this file.
◆ MAKE_SC
◆ MAKE_SC_WITH
| #define MAKE_SC_WITH |
( |
|
start_, |
|
|
|
step_ |
|
) |
| |
Value:
static_counter<ck_tile::impl::static_counter_uniq_<__COUNTER__>, start_, step_> \
{ \
}
Definition: cluster_descriptor.hpp:13
◆ NEXT_SC
| #define NEXT_SC |
( |
|
c_ | ) |
__extension__ c_.next<__COUNTER__>() |
◆ NEXT_SCI
| #define NEXT_SCI |
( |
|
c_, |
|
|
|
static_i_ |
|
) |
| __extension__ c_.next<__COUNTER__ + static_i_>() |