ggml: add f16 out_prod support for CPU and out_prod op for Vulkan (#23997)

This commit is contained in:
Michael Lamothe
2026-07-15 10:46:56 +02:00
committed by GitHub
parent 33a75f41c3
commit f955e394bf
6 changed files with 167 additions and 7 deletions
@@ -1036,6 +1036,8 @@ void process_shaders() {
}
}
string_to_spv("out_prod_f32", "out_prod.comp", {});
string_to_spv("timestep_embedding_f32", "timestep_embedding.comp", merge_maps(base_dict, {{"A_TYPE", "float"}, {"D_TYPE", "float"}}));
string_to_spv("conv_transpose_1d_f32", "conv_transpose_1d.comp", {{"A_TYPE", "float"}, {"B_TYPE", "float"}, {"D_TYPE", "float"}});