llama.cpp
c3f9d257 - Vulkan: Fix float16 use on devices without float16 support + fix subgroup_size_control validation error (#11161)

Commit
131 days ago
Vulkan: Fix float16 use on devices without float16 support + fix subgroup_size_control validation error (#11161) * Vulkan: Remove float16 use in shaders * Fix validation error about subgroup_size_control extension
Author
Parents
  • ggml/src/ggml-vulkan
    • File
      ggml-vulkan.cpp
    • vulkan-shaders
      • File
        mul_mat_vec.comp
      • File
        mul_mat_vec_q2_k.comp
      • File
        mul_mat_vec_q3_k.comp
      • File
        mul_mat_vec_q4_k.comp
      • File
        mul_mat_vec_q5_k.comp
      • File
        mul_mat_vec_q6_k.comp
      • File
        soft_max.comp
      • File
        types.comp