whisper.cpp/ggml/src/ggml-cuda
Rafail Giavrimis cdbe455102 CUDA: only disable CUDA graphs when mul_mat_id actually needs a stream sync (llama/26802) 2026-08-14 22:16:06 +03:00
..
template-instances sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
vendors sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
CMakeLists.txt Programmatic Dependent Launch (PDL) for more performance on newer NVIDIA GPUs (Hopper+) (llama/22522) 2026-05-25 12:26:07 +03:00
acc.cu
acc.cuh
add-id.cu
add-id.cuh
allreduce.cu Fix for issue #22974. Cast intermediate results to float before adding and casting the result to the destination type. Avoids half+half operator ambiguity. (llama/22994) 2026-05-14 21:26:48 +03:00
allreduce.cuh internal AllReduce kernel for CUDA provider (llama/22299) 2026-05-14 21:26:48 +03:00
arange.cu
arange.cuh
argmax.cu ggml : use WARP_SIZE/2 for argmax reduction offset (llama/18092) 2025-12-18 08:20:56 +02:00
argmax.cuh
argsort.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
argsort.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
binbcast.cu ggml : address integer overflows in binary ops CUDA implementation (llama/24706) 2026-06-26 16:03:57 +03:00
binbcast.cuh CUDA: fuse muls (llama/21665) 2026-04-30 11:29:05 +03:00
clamp.cu
clamp.cuh
col2im-1d.cu Ggml/cuda col2im 1d (llama/24417) 2026-06-19 12:53:43 +03:00
col2im-1d.cuh Ggml/cuda col2im 1d (llama/24417) 2026-06-19 12:53:43 +03:00
common.cuh CUDA: Fix data-races when reusing SMEM in block_reduce (llama/26385) 2026-08-04 13:37:47 +03:00
concat.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
concat.cuh
conv-transpose-1d.cu ggml-cuda: optimize conv_transpose_1d indexing (llama/25310) 2026-07-10 13:06:42 +03:00
conv-transpose-1d.cuh
conv2d-dw.cu
conv2d-dw.cuh
conv2d-transpose.cu CUDA & CPU: support F32 kernel type for `CONV_TRANSPOSE_2D` (llama/17094) 2026-03-29 15:04:36 +03:00
conv2d-transpose.cuh CUDA & CPU: support F32 kernel type for `CONV_TRANSPOSE_2D` (llama/17094) 2026-03-29 15:04:36 +03:00
conv2d.cu Test support for alternative conv layout (llama/25617) 2026-08-04 13:37:47 +03:00
conv2d.cuh
convert.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
convert.cuh CUDA: fix BF16 FA compilation (llama/20865) 2026-03-29 15:04:36 +03:00
count-equal.cu
count-equal.cuh
cp-async.cuh
cpy-utils.cuh cuda : support non-contiguous i32 to i32 copy (llama/17326) 2025-12-12 17:53:06 +02:00
cpy.cu CUDA: fix thread/block count in quantized cpy kernel launches (llama/26731) 2026-08-14 22:16:06 +03:00
cpy.cuh
cross-entropy-loss.cu
cross-entropy-loss.cuh
cumsum.cu sampling : add support for backend sampling (llama/17004) 2026-01-14 09:11:59 +02:00
cumsum.cuh Add support for CUMSUM and TRI for CUDA. (llama/17584) 2025-12-12 17:53:17 +02:00
dequantize.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
diag.cu Add DIAG for CUDA (llama/17873) 2025-12-12 17:53:23 +02:00
diag.cuh Add DIAG for CUDA (llama/17873) 2025-12-12 17:53:23 +02:00
diagmask.cu
diagmask.cuh
dsv4-hc.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
dsv4-hc.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
fattn-common.cuh CUDA: consistent use of __restrict__ + PDL for FA (llama/25185) 2026-07-10 13:06:42 +03:00
fattn-mma-f16.cuh CUDA: fix Gemma E4B MTP FlashAttention (llama/25148) 2026-07-10 13:06:42 +03:00
fattn-tile.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
fattn-tile.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
fattn-vec.cuh Avoid PDL race conditions by disabling __restrict__ when PDL is used (llama/24030) 2026-06-08 14:36:36 +03:00
fattn.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
fattn.cuh cuda: reserve space for quantize kv-cache at startup (llama/23907) 2026-06-08 14:36:36 +03:00
fill.cu ggml : allow fill node alloc inplace (llama/17870) 2025-12-12 17:53:22 +02:00
fill.cuh cuda : add FILL op support (llama/17851) 2025-12-12 17:53:22 +02:00
fwht.cu CUDA: missing PDL sync for FWHT, better fallback (llama/23690) 2026-05-29 09:47:30 +03:00
fwht.cuh CUDA: missing PDL sync for FWHT, better fallback (llama/23690) 2026-05-29 09:47:30 +03:00
gated_delta_net.cu Remove redundant CUDA copies after gated_delta_net. (llama/23940) 2026-07-10 13:06:42 +03:00
gated_delta_net.cuh Remove redundant CUDA copies after gated_delta_net. (llama/23940) 2026-07-10 13:06:42 +03:00
getrows.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
getrows.cuh
ggml-cuda.cu CUDA: only disable CUDA graphs when mul_mat_id actually needs a stream sync (llama/26802) 2026-08-14 22:16:06 +03:00
gla.cu
gla.cuh
im2col.cu CUDA: handle OW > 65535 in im2col (2D and 3D) (llama/22944) 2026-05-14 21:26:48 +03:00
im2col.cuh
lightning-indexer.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
lightning-indexer.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mean.cu Programmatic Dependent Launch (PDL) for more performance on newer NVIDIA GPUs (Hopper+) (llama/22522) 2026-05-25 12:26:07 +03:00
mean.cuh
mma.cuh HIP: RDNA3 mma FA, faster AMD transpose, tune AMD (llama/22880) 2026-05-25 12:26:07 +03:00
mmf.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmf.cuh clean up unused variables warnings (llama/23975) 2026-06-08 14:36:36 +03:00
mmid.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmid.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq-config-ampere.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq-config-blackwell.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq-config-cdna.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq-config-pascal.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq-config-rdna2.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq-config-rdna3-5.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq-config-rdna3.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq-config-rdna4.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq-load-tiles.cuh cuda: extract Q2_0 elements via __byte_perm (llama/25603) 2026-08-04 13:37:47 +03:00
mmq-vec-dot.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmq.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmvf.cu Avoid PDL race conditions by disabling __restrict__ when PDL is used (llama/24030) 2026-06-08 14:36:36 +03:00
mmvf.cuh CUDA: use mmvq for mul-mat-id for small batch sizes (llama/18958) 2026-02-08 09:29:10 +02:00
mmvq.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
mmvq.cuh CUDA: route batch>=4 quantized matmul to MMQ on AMD MFMA hardware (llama/23227) 2026-05-29 09:47:30 +03:00
norm.cu CUDA: Fix data-races when reusing SMEM in block_reduce (llama/26385) 2026-08-04 13:37:47 +03:00
norm.cuh
opt-step-adamw.cu
opt-step-adamw.cuh
opt-step-sgd.cu
opt-step-sgd.cuh
out-prod.cu CUDA: batch out_prod broadcast (dps2>1) path with cublasSgemmBatched (llama/24426) 2026-06-26 16:03:57 +03:00
out-prod.cuh
pad.cu cuda : extend GGML_OP_PAD to work with non-cont src0 (llama/19429) 2026-02-15 21:44:37 +02:00
pad.cuh
pad_reflect_1d.cu
pad_reflect_1d.cuh
pool2d.cu
pool2d.cuh
quantize.cu cuda: fix warnings for unused variable/function (llama/26688) 2026-08-07 21:59:49 +03:00
quantize.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
reduce_rows.cuh Avoid PDL race conditions by disabling __restrict__ when PDL is used (llama/24030) 2026-06-08 14:36:36 +03:00
roll.cu
roll.cuh
rope.cu CUDA: fuse rms_norm + mul + rope (+ view + set_rows) (llama/26767) 2026-08-14 22:16:06 +03:00
rope.cuh CUDA: fuse rms_norm + mul + rope (+ view + set_rows) (llama/26767) 2026-08-14 22:16:06 +03:00
scale.cu Programmatic Dependent Launch (PDL) for more performance on newer NVIDIA GPUs (Hopper+) (llama/22522) 2026-05-25 12:26:07 +03:00
scale.cuh
set-rows.cu cuda : add support for f16->f16 GGML_OP_SET_ROWS (llama/25367) 2026-07-10 13:06:42 +03:00
set-rows.cuh
set.cu cuda: add SET operation support (llama/16804) 2025-11-09 23:38:03 +02:00
set.cuh cuda: add SET operation support (llama/16804) 2025-11-09 23:38:03 +02:00
snake.cu cuda: fuse snake activation (mul, sin, sqr, mul, add) (llama/22667) 2026-05-14 21:26:48 +03:00
snake.cuh cuda: fuse snake activation (mul, sin, sqr, mul, add) (llama/22667) 2026-05-14 21:26:48 +03:00
softcap.cu Programmatic Dependent Launch (PDL) for more performance on newer NVIDIA GPUs (Hopper+) (llama/22522) 2026-05-25 12:26:07 +03:00
softcap.cuh
softmax.cu CUDA: Fix data-races when reusing SMEM in block_reduce (llama/26385) 2026-08-04 13:37:47 +03:00
softmax.cuh
solve_tri.cu chore : correct typos [no ci] (llama/20041) 2026-03-16 13:10:15 +02:00
solve_tri.cuh SOLVE_TRI CUDA kernel for small matrices (llama/17457) 2025-12-12 17:53:11 +02:00
ssm-conv.cu Avoid PDL race conditions by disabling __restrict__ when PDL is used (llama/24030) 2026-06-08 14:36:36 +03:00
ssm-conv.cuh CUDA: fuse SSM_CONV + ADD(bias) + SILU (llama/22478) 2026-05-01 13:07:35 +03:00
ssm-scan.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
ssm-scan.cuh
sum.cu
sum.cuh
sumrows.cu Programmatic Dependent Launch (PDL) for more performance on newer NVIDIA GPUs (Hopper+) (llama/22522) 2026-05-25 12:26:07 +03:00
sumrows.cuh
top-k.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
top-k.cuh sampling : add support for backend sampling (llama/17004) 2026-01-14 09:11:59 +02:00
topk-moe.cu sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
topk-moe.cuh sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
tri.cu Add support for CUMSUM and TRI for CUDA. (llama/17584) 2025-12-12 17:53:17 +02:00
tri.cuh Add support for CUMSUM and TRI for CUDA. (llama/17584) 2025-12-12 17:53:17 +02:00
tsembd.cu
tsembd.cuh
unary.cu Programmatic Dependent Launch (PDL) for more performance on newer NVIDIA GPUs (Hopper+) (llama/22522) 2026-05-25 12:26:07 +03:00
unary.cuh CUDA: fuse relu + sqr (llama/22249) 2026-04-30 11:29:16 +03:00
upscale.cu model: LFM2-VL fixes (llama/17577) 2025-12-12 17:53:14 +02:00
upscale.cuh
vecdotq.cuh cuda: extract Q2_0 elements via __byte_perm (llama/25603) 2026-08-04 13:37:47 +03:00
wkv.cu cuda : add warp-per-row wkv7 kernel for single-token decode (llama/26111) 2026-08-14 22:16:06 +03:00
wkv.cuh