#include <stdint.h>#include <stddef.h>Go to the source code of this file.
Functions | |
| int | ck_prefill_forward (const void *weights, const int32_t *tokens, int n_tokens, float *hidden_out, void *kv_cache, int kv_pos) |
| int ck_prefill_forward | ( | const void * | weights, |
| const int32_t * | tokens, | ||
| int | n_tokens, | ||
| float * | hidden_out, | ||
| void * | kv_cache, | ||
| int | kv_pos | ||
| ) |
Definition at line 12 of file ck-kernel-prefill.c.