/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_mem.hpp File Reference#
gemm_pipeline_ag_bg_cr_mem.hpp File Reference
#include "ck_tile/core.hpp"
#include "ck_tile/ops/gemm/pipeline/gemm_pipeline_agmem_bgmem_creg_v1_default_policy.hpp"
#include "ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_scheduler.hpp"
#include "ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_base.hpp"
#include "ck_tile/host/concat.hpp"
Go to the source code of this file.
Namespaces | |
ck_tile | |
Macros | |
#define | CHECK_TAIL_NUMBER(TAIL_NUMBER, PREFETCH_VALUE) |
Macro Definition Documentation
◆ CHECK_TAIL_NUMBER
#define CHECK_TAIL_NUMBER | ( | TAIL_NUMBER, | |
PREFETCH_VALUE | |||
) |
Value:
else if(tail_number == TailNumber::TAIL_NUMBER) \
{ \
if constexpr(PrefetchStages > PREFETCH_VALUE) \
{ \
return tail_dispatch(integral_constant<TailNumber, TailNumber::TAIL_NUMBER>{}); \
} \
}