#include <stddef.h>#include <string.h>Go to the source code of this file.
Functions | |
| void | ck_layout_head_to_token_f32 (const float *src, float *dst, int heads, int tokens, int head_dim) |
| void | ck_layout_token_to_head_f32 (const float *src, float *dst, int tokens, int heads, int head_dim) |
| void ck_layout_head_to_token_f32 | ( | const float * | src, |
| float * | dst, | ||
| int | heads, | ||
| int | tokens, | ||
| int | head_dim | ||
| ) |
Definition at line 19 of file layout_kernels.c.
| void ck_layout_token_to_head_f32 | ( | const float * | src, |
| float * | dst, | ||
| int | tokens, | ||
| int | heads, | ||
| int | head_dim | ||
| ) |
Definition at line 6 of file layout_kernels.c.