mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-19 13:13:38 +08:00
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
// This file has been autogenerated by generate_cu_files.py, do not edit manually.
|
|
|
|
#include "../fattn-mma-f16.cuh"
|
|
|
|
DECL_FATTN_MMA_F16_CASE(64, 8, 4);
|
|
DECL_FATTN_MMA_F16_CASE(80, 8, 4);
|
|
DECL_FATTN_MMA_F16_CASE(96, 8, 4);
|
|
DECL_FATTN_MMA_F16_CASE(112, 8, 4);
|
|
DECL_FATTN_MMA_F16_CASE(128, 8, 4);
|
|
DECL_FATTN_MMA_F16_CASE(256, 8, 4);
|