CK
← Back to C-Kernel-Engine Docs
Doxygen Source Documentation
ckernel_codegen_v2_dispatch.c
Go to the documentation of this file.
1
#include "
ckernel_codegen_v2_emit.h
"
2
3
#include <stdio.h>
4
5
void
ck_codegen_v2_emit_dispatch
(FILE *out,
const
CKIRV2Graph
*graph)
6
{
7
(void)graph;
8
fprintf(out,
9
"static void ck_v2_dispatch_node(int node_id) {\n"
10
" /* TODO: wire kernel dispatch using node metadata. */\n"
11
" (void)node_id;\n"
12
"}\n\n"
);
13
}
ck_codegen_v2_emit_dispatch
void ck_codegen_v2_emit_dispatch(FILE *out, const CKIRV2Graph *graph)
Definition:
ckernel_codegen_v2_dispatch.c:5
ckernel_codegen_v2_emit.h
CKIRV2Graph
Definition:
ckernel_ir_v2.h:55
src
v2_legacy
ckernel_codegen_v2_dispatch.c
Generated by
1.9.1