q8 mat*vec
This commit is contained in:
parent
9db90cbe12
commit
ff4212d20f
3 changed files with 107 additions and 0 deletions
|
@ -480,6 +480,7 @@ if (LLAMA_KOMPUTE)
|
|||
kompute/op_rmsnorm.comp
|
||||
kompute/op_diagmask.comp
|
||||
kompute/op_mul_mat_f16.comp
|
||||
kompute/op_mul_mat_q8_0.comp
|
||||
kompute/op_mul_mat_q4_0.comp
|
||||
kompute/op_mul_mat_q4_1.comp
|
||||
kompute/op_mul_mat_q6_k.comp
|
||||
|
@ -509,6 +510,7 @@ if (LLAMA_KOMPUTE)
|
|||
shaderop_rmsnorm.h
|
||||
shaderop_diagmask.h
|
||||
shaderop_mul_mat_f16.h
|
||||
shaderop_mul_mat_q8_0.h
|
||||
shaderop_mul_mat_q4_0.h
|
||||
shaderop_mul_mat_q4_1.h
|
||||
shaderop_mul_mat_q6_k.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue