q6k mm works
This commit is contained in:
parent
d5741c07a5
commit
b78a94bc6d
3 changed files with 150 additions and 1 deletions
|
@ -483,6 +483,7 @@ if (LLAMA_KOMPUTE)
|
|||
kompute/op_mul_mat_mat_f32.comp
|
||||
kompute/op_mul_mat_mat_q4_0.comp
|
||||
kompute/op_mul_mat_mat_q8_0.comp
|
||||
kompute/op_mul_mat_mat_q6_k.comp
|
||||
kompute/op_mul_mat_f16.comp
|
||||
kompute/op_mul_mat_q8_0.comp
|
||||
kompute/op_mul_mat_q4_0.comp
|
||||
|
@ -517,6 +518,7 @@ if (LLAMA_KOMPUTE)
|
|||
shaderop_mul_mat_mat_f32.h
|
||||
shaderop_mul_mat_mat_q4_0.h
|
||||
shaderop_mul_mat_mat_q8_0.h
|
||||
shaderop_mul_mat_mat_q6_k.h
|
||||
shaderop_mul_mat_f16.h
|
||||
shaderop_mul_mat_q8_0.h
|
||||
shaderop_mul_mat_q4_0.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue