[Kernel] Add punica dimension for Swallow-MS-7B LoRA (#4134)

This commit is contained in:
Shoichi Uchinami 2024-04-18 02:02:45 +09:00 committed by GitHub
parent fe3b5bbc23
commit a53222544c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ void bgmv_kernel(out_T *__restrict__ Y, const in_T *__restrict__ X,
f(in_T, out_T, W_T, narrow, 32768) \
f(in_T, out_T, W_T, narrow, 33024) \
f(in_T, out_T, W_T, narrow, 36864) \
f(in_T, out_T, W_T, narrow, 43264) \
f(in_T, out_T, W_T, narrow, 49152) \
f(in_T, out_T, W_T, narrow, 64000) \
f(in_T, out_T, W_T, narrow, 64256) \

View File

@ -82,6 +82,7 @@ H1 = H2 = [
32768,
33024,
36864,
43264,
49152,
64000,
64256,