q4_1 mat*mat

This commit is contained in:
Aaron Miller 2023-10-12 11:22:31 -07:00 committed by cebtenzzre
parent 4809890d80
commit cd0257ed0d
3 changed files with 94 additions and 0 deletions

View file

@ -482,6 +482,7 @@ if (LLAMA_KOMPUTE)
kompute/op_mul_mat_mat_f16.comp
kompute/op_mul_mat_mat_f32.comp
kompute/op_mul_mat_mat_q4_0.comp
kompute/op_mul_mat_mat_q4_1.comp
kompute/op_mul_mat_mat_q8_0.comp
kompute/op_mul_mat_mat_q6_k.comp
kompute/op_mul_mat_f16.comp
@ -517,6 +518,7 @@ if (LLAMA_KOMPUTE)
shaderop_mul_mat_mat_f16.h
shaderop_mul_mat_mat_f32.h
shaderop_mul_mat_mat_q4_0.h
shaderop_mul_mat_mat_q4_1.h
shaderop_mul_mat_mat_q8_0.h
shaderop_mul_mat_mat_q6_k.h
shaderop_mul_mat_f16.h