mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-02-08 08:45:57 +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, 8);
|
|
DECL_FATTN_MMA_F16_CASE(80, 8, 8);
|
|
DECL_FATTN_MMA_F16_CASE(96, 8, 8);
|
|
DECL_FATTN_MMA_F16_CASE(112, 8, 8);
|
|
DECL_FATTN_MMA_F16_CASE(128, 8, 8);
|
|
DECL_FATTN_MMA_F16_CASE(256, 8, 8);
|