whisper.cpp/ggml/src/ggml-vulkan/vulkan-shaders
Jeff Bolz 3c26dd3353 vulkan: fix NaN issue in flash attention shader (llama/12776)
Use -FLT_MAX/2 rather than -inf as the initial value for computing the maximum.
2025-04-24 20:39:16 +03:00
..
CMakeLists.txt vulkan: set cmake minimum and project name in vulkan-shaders (llama/12744) 2025-04-24 20:39:16 +03:00
acc.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
add.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
argmax.comp vulkan: implement several ops relevant for ggml_opt (llama/11769) 2025-02-27 08:55:36 +02:00
argsort.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
clamp.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
concat.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
contig_copy.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
copy.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
copy_from_quant.comp vulkan: initial support for IQ1_S and IQ1_M quantizations (llama/11528) 2025-02-27 08:55:36 +02:00
copy_to_quant.comp Vulkan: RTE rounding for cpy to quant (llama/12480) 2025-03-27 11:06:03 +02:00
cos.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
count_equal.comp vulkan: implement several ops relevant for ggml_opt (llama/11769) 2025-02-27 08:55:36 +02:00
dequant_f32.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
dequant_funcs.comp vulkan: workaround for AMD Windows driver 16 bit unpack8 bug (llama/12472) 2025-03-27 11:06:03 +02:00
dequant_funcs_cm2.comp vulkan: optimize iq1 coopmat2 dequant functions (llama/12427) 2025-03-27 11:06:03 +02:00
dequant_head.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
dequant_iq1_m.comp vulkan: initial support for IQ1_S and IQ1_M quantizations (llama/11528) 2025-02-27 08:55:36 +02:00
dequant_iq1_s.comp vulkan: initial support for IQ1_S and IQ1_M quantizations (llama/11528) 2025-02-27 08:55:36 +02:00
dequant_iq2_s.comp vulkan: implement initial support for IQ2 and IQ3 quantizations (llama/11360) 2025-02-03 22:00:57 +02:00
dequant_iq2_xs.comp vulkan: implement initial support for IQ2 and IQ3 quantizations (llama/11360) 2025-02-03 22:00:57 +02:00
dequant_iq2_xxs.comp vulkan: implement initial support for IQ2 and IQ3 quantizations (llama/11360) 2025-02-03 22:00:57 +02:00
dequant_iq3_s.comp vulkan: implement initial support for IQ2 and IQ3 quantizations (llama/11360) 2025-02-03 22:00:57 +02:00
dequant_iq3_xxs.comp vulkan: implement initial support for IQ2 and IQ3 quantizations (llama/11360) 2025-02-03 22:00:57 +02:00
dequant_iq4_nl.comp vulkan: implement initial support for IQ2 and IQ3 quantizations (llama/11360) 2025-02-03 22:00:57 +02:00
dequant_iq4_xs.comp vulkan: initial support for IQ4_XS quantization (llama/11501) 2025-02-27 08:55:36 +02:00
dequant_q2_k.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
dequant_q3_k.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
dequant_q4_0.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
dequant_q4_1.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
dequant_q4_k.comp Vulkan: Use improved q4_k and q5_k dequant code in dequant shaders (llama/10798) 2024-12-18 12:52:16 +02:00
dequant_q5_0.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
dequant_q5_1.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
dequant_q5_k.comp Vulkan: Use improved q4_k and q5_k dequant code in dequant shaders (llama/10798) 2024-12-18 12:52:16 +02:00
dequant_q6_k.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
dequant_q8_0.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
diag_mask_inf.comp vulkan: fix diag_mask_inf (llama/11323) 2025-02-03 22:00:57 +02:00
div.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
flash_attn_cm2.comp vulkan: fix NaN issue in flash attention shader (llama/12776) 2025-04-24 20:39:16 +03:00
flash_attn_split_k_reduce.comp vulkan: Implement split_k for coopmat2 flash attention. (llama/12627) 2025-04-24 20:39:16 +03:00
gelu.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
gelu_quick.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
generic_binary_head.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
generic_head.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
generic_unary_head.comp vulkan: support copy from f32 to q4_0/q4_1/q5_0/q5_1/q8_0/iq4_nl (llama/11166) 2025-02-03 22:00:57 +02:00
get_rows.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
get_rows_quant.comp vulkan: add specific MMV kernels for IQ2 and IQ3 quants + optimizations (llama/11595) 2025-03-08 15:13:01 +02:00
group_norm.comp vulkan: fix group_norm (llama/10496) 2024-12-08 20:14:35 +02:00
im2col.comp vulkan: improve im2col (llama/11826) 2025-03-08 15:13:01 +02:00
l2_norm.comp llama: Add support for RWKV v7 architecture (llama/12412) 2025-03-27 11:06:03 +02:00
leaky_relu.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
mul.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
mul_mat_split_k_reduce.comp vulkan: optimize and reenable split_k (llama/10637) 2024-12-08 20:14:35 +02:00
mul_mat_vec.comp vulkan: fix mul_mat_vec failure in backend tests (llama/12529) 2025-03-27 11:06:03 +02:00
mul_mat_vec_base.comp vulkan: optimize mul_mat for small values of N (llama/10991) 2025-01-04 10:45:01 +02:00
mul_mat_vec_iq1_m.comp vulkan: initial support for IQ1_S and IQ1_M quantizations (llama/11528) 2025-02-27 08:55:36 +02:00
mul_mat_vec_iq1_s.comp vulkan: initial support for IQ1_S and IQ1_M quantizations (llama/11528) 2025-02-27 08:55:36 +02:00
mul_mat_vec_iq2_s.comp vulkan: workaround for AMD Windows driver 16 bit unpack8 bug (llama/12472) 2025-03-27 11:06:03 +02:00
mul_mat_vec_iq2_xs.comp vulkan: add specific MMV kernels for IQ2 and IQ3 quants + optimizations (llama/11595) 2025-03-08 15:13:01 +02:00
mul_mat_vec_iq2_xxs.comp vulkan: add specific MMV kernels for IQ2 and IQ3 quants + optimizations (llama/11595) 2025-03-08 15:13:01 +02:00
mul_mat_vec_iq3_s.comp vulkan: workaround for AMD Windows driver 16 bit unpack8 bug (llama/12472) 2025-03-27 11:06:03 +02:00
mul_mat_vec_iq3_xxs.comp vulkan: add specific MMV kernels for IQ2 and IQ3 quants + optimizations (llama/11595) 2025-03-08 15:13:01 +02:00
mul_mat_vec_nc.comp vulkan: Optimize mul_mat_vec p021 and nc shaders (llama/12505) 2025-03-27 11:06:03 +02:00
mul_mat_vec_p021.comp vulkan: Optimize mul_mat_vec p021 and nc shaders (llama/12505) 2025-03-27 11:06:03 +02:00
mul_mat_vec_q2_k.comp mat vec double buffer (llama/12188) 2025-03-27 11:06:03 +02:00
mul_mat_vec_q3_k.comp mat vec double buffer (llama/12188) 2025-03-27 11:06:03 +02:00
mul_mat_vec_q4_k.comp vulkan: scale caching for k quants + misc fixes (llama/11081) 2025-02-03 22:00:57 +02:00
mul_mat_vec_q5_k.comp vulkan: scale caching for k quants + misc fixes (llama/11081) 2025-02-03 22:00:57 +02:00
mul_mat_vec_q6_k.comp mat vec double buffer (llama/12188) 2025-03-27 11:06:03 +02:00
mul_mm.comp Vulkan: Add DP4A MMQ and Q8_1 quantization shader (llama/12135) 2025-04-02 15:51:57 +03:00
mul_mm_cm2.comp vulkan: Add N/2 and N/4 optimized paths in coopmat2 shader (llama/12312) 2025-03-27 11:06:03 +02:00
mul_mmq.comp Vulkan: Fix mmq int dot float cache size (llama/12722) 2025-04-24 20:39:16 +03:00
mul_mmq_funcs.comp Vulkan: Fix mmq int dot float cache size (llama/12722) 2025-04-24 20:39:16 +03:00
norm.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
opt_step_adamw.comp vulkan: implement several ops relevant for ggml_opt (llama/11769) 2025-02-27 08:55:36 +02:00
pad.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
pool2d.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
quantize_q8_1.comp Vulkan: Add DP4A MMQ and Q8_1 quantization shader (llama/12135) 2025-04-02 15:51:57 +03:00
relu.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
repeat.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
repeat_back.comp vulkan: implement several ops relevant for ggml_opt (llama/11769) 2025-02-27 08:55:36 +02:00
rms_norm.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
rms_norm_back.comp vulkan : sync (llama/0) 2025-03-08 15:13:01 +02:00
rope_head.comp vulkan : sync (llama/0) 2025-03-08 15:13:01 +02:00
rope_multi.comp vulkan: support multi/vision rope, and noncontiguous rope (llama/11902) 2025-02-27 08:55:36 +02:00
rope_neox.comp vulkan: support multi/vision rope, and noncontiguous rope (llama/11902) 2025-02-27 08:55:36 +02:00
rope_norm.comp vulkan: support multi/vision rope, and noncontiguous rope (llama/11902) 2025-02-27 08:55:36 +02:00
rope_vision.comp vulkan: support multi/vision rope, and noncontiguous rope (llama/11902) 2025-02-27 08:55:36 +02:00
scale.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
sigmoid.comp vulkan : sync (llama/0) 2025-03-08 15:13:01 +02:00
silu.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
silu_back.comp vulkan : sync (llama/0) 2025-03-08 15:13:01 +02:00
sin.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
soft_max.comp Vulkan: Fix float16 use on devices without float16 support + fix subgroup_size_control validation error (llama/11161) 2025-01-14 10:38:01 +02:00
soft_max_back.comp vulkan : sync (llama/0) 2025-03-08 15:13:01 +02:00
square.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
sub.comp vulkan: implement several ops relevant for ggml_opt (llama/11769) 2025-02-27 08:55:36 +02:00
sum_rows.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
tanh.comp Vulkan: fix NaN in tanh.comp with AMD proprietary driver on Windows (llama/10723) 2024-12-18 12:52:16 +02:00
test_coopmat2_support.comp vulkan: compile a test shader in cmake to check for coopmat2 support (llama/10713) 2024-12-18 12:52:16 +02:00
test_coopmat_support.comp Disable GL_KHR_cooperative_matrix Vulkan extension if not available. (llama/11117) 2025-01-14 10:38:01 +02:00
test_integer_dot_support.comp Vulkan: Add DP4A MMQ and Q8_1 quantization shader (llama/12135) 2025-04-02 15:51:57 +03:00
timestep_embedding.comp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
types.comp Vulkan: Add DP4A MMQ and Q8_1 quantization shader (llama/12135) 2025-04-02 15:51:57 +03:00
upscale.comp vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) 2025-01-04 10:45:01 +02:00
vulkan-shaders-gen.cpp vulkan: Implement split_k for coopmat2 flash attention. (llama/12627) 2025-04-24 20:39:16 +03:00
wkv6.comp rwkv6: add wkv6 support for Vulkan backend (llama/10829) 2024-12-18 12:52:16 +02:00
wkv7.comp llama: Add support for RWKV v7 architecture (llama/12412) 2025-03-27 11:06:03 +02:00