mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
q6k, q4_1 mat*mat
This commit is contained in:
parent
a35f1ab784
commit
2490977f89
@ -1 +1 @@
|
||||
Subproject commit 3742085b0429cbe0ede49bcb9f891e4a5e25a724
|
||||
Subproject commit 500689ad356a81a471a7fb68cc70f7aee5a5f56e
|
@ -242,6 +242,8 @@ if (LLAMA_KOMPUTE)
|
||||
kompute/op_mul_mat_mat_f16.comp
|
||||
kompute/op_mul_mat_mat_q8_0.comp
|
||||
kompute/op_mul_mat_mat_q4_0.comp
|
||||
kompute/op_mul_mat_mat_q4_1.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
|
||||
@ -276,6 +278,8 @@ if (LLAMA_KOMPUTE)
|
||||
shaderop_mul_mat_mat_f16.h
|
||||
shaderop_mul_mat_mat_q8_0.h
|
||||
shaderop_mul_mat_mat_q4_0.h
|
||||
shaderop_mul_mat_mat_q4_1.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…
Reference in New Issue
Block a user