mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 14:20:31 +01:00
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
#include "common.cuh"
|
|
#include "fattn-common.cuh"
|
|
#include "fattn-vec-f16.cuh"
|
|
|
|
DECL_FATTN_VEC_INST(f16, 128, 1, 4, q4_0, q4_0);
|