parallelize fattn compilation test

This commit is contained in:
slaren 2024-05-28 01:19:36 +02:00
parent f4003cfba1
commit 1ca802a3e0
6 changed files with 390 additions and 288 deletions

View file

@ -0,0 +1,5 @@
#include "common.cuh"
#include "fattn-common.cuh"
#include "fattn-vec-f16.cuh"
DECL_FATTN_VEC_INST(f16, 128, 1, 4, q4_0, q4_0);