matmat f16/q4_0 skeleton - no impl

This commit is contained in:
Aaron Miller 2023-09-28 12:40:18 -07:00
parent 36c7113d14
commit e7f3df4a71
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit d3915bb50ed8872242edf798f3d0518028569650
Subproject commit bebf55c962faa19ff11e030381cf72870bb515d6

View File

@ -236,7 +236,9 @@ if (LLAMA_KOMPUTE)
kompute/op_rmsnorm.comp
kompute/op_diagmask.comp
kompute/op_mul_mat_f16.comp
kompute/op_mul_mat_mat_f16.comp
kompute/op_mul_mat_q4_0.comp
kompute/op_mul_mat_mat_q4_0.comp
kompute/op_mul_mat_q4_1.comp
kompute/op_getrows_f16.comp
kompute/op_getrows_q4_0.comp
@ -263,7 +265,9 @@ if (LLAMA_KOMPUTE)
shaderop_rmsnorm.h
shaderop_diagmask.h
shaderop_mul_mat_f16.h
shaderop_mul_mat_mat_f16.h
shaderop_mul_mat_q4_0.h
shaderop_mul_mat_mat_q4_0.h
shaderop_mul_mat_q4_1.h
shaderop_getrows_f16.h
shaderop_getrows_q4_0.h