Johannes Gäßler fcf6538ba6 CUDA: fix unused warning in mmq.cu (#7442) 1 year ago
..
acc.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
acc.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
arange.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
arange.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
argsort.cu 08a0c02060 ggml : mul_mat_id use the same tensor for all the experts (#6387) 1 year ago
argsort.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
binbcast.cu 0d56246f4b ggml : group all experts in a single ggml_mul_mat_id (#6505) 1 year ago
binbcast.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
clamp.cu bc4bba364f Introduction of CUDA Graphs to LLama.cpp (#6766) 1 year ago
clamp.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
common.cuh 133d99c599 CUDA: deduplicate FlashAttention code (#7352) 1 year ago
concat.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
concat.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
convert.cu bc4bba364f Introduction of CUDA Graphs to LLama.cpp (#6766) 1 year ago
convert.cuh 5dc9dd7152 llama : add Command R Plus support (#6491) 1 year ago
cpy.cu bc4bba364f Introduction of CUDA Graphs to LLama.cpp (#6766) 1 year ago
cpy.cuh bc4bba364f Introduction of CUDA Graphs to LLama.cpp (#6766) 1 year ago
dequantize.cuh 5dc9dd7152 llama : add Command R Plus support (#6491) 1 year ago
diagmask.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
diagmask.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
dmmv.cu 5dc9dd7152 llama : add Command R Plus support (#6491) 1 year ago
dmmv.cuh d48ccf3ad4 sync : ggml (#6351) 1 year ago
fattn-common.cuh 133d99c599 CUDA: deduplicate FlashAttention code (#7352) 1 year ago
fattn-tile-f16.cu 133d99c599 CUDA: deduplicate FlashAttention code (#7352) 1 year ago
fattn-tile-f16.cuh 0fc1e820a9 CUDA: faster large batch FA without tensor cores (#7314) 1 year ago
fattn-tile-f32.cu 133d99c599 CUDA: deduplicate FlashAttention code (#7352) 1 year ago
fattn-tile-f32.cuh 0fc1e820a9 CUDA: faster large batch FA without tensor cores (#7314) 1 year ago
fattn-vec-f16.cu 133d99c599 CUDA: deduplicate FlashAttention code (#7352) 1 year ago
fattn-vec-f16.cuh dc685be466 CUDA: add FP32 FlashAttention vector kernel (#7188) 1 year ago
fattn-vec-f32.cu 133d99c599 CUDA: deduplicate FlashAttention code (#7352) 1 year ago
fattn-vec-f32.cuh dc685be466 CUDA: add FP32 FlashAttention vector kernel (#7188) 1 year ago
fattn.cu 133d99c599 CUDA: deduplicate FlashAttention code (#7352) 1 year ago
fattn.cuh 9c67c2773d ggml : add Flash Attention (#5021) 1 year ago
getrows.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
getrows.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
im2col.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
im2col.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
mmq.cu fcf6538ba6 CUDA: fix unused warning in mmq.cu (#7442) 1 year ago
mmq.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
mmvq.cu bc4bba364f Introduction of CUDA Graphs to LLama.cpp (#6766) 1 year ago
mmvq.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
norm.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
norm.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
pad.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
pad.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
pool2d.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
pool2d.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
quantize.cu 5dc9dd7152 llama : add Command R Plus support (#6491) 1 year ago
quantize.cuh 5dc9dd7152 llama : add Command R Plus support (#6491) 1 year ago
rope.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
rope.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
scale.cu bc4bba364f Introduction of CUDA Graphs to LLama.cpp (#6766) 1 year ago
scale.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
softmax.cu 133d99c599 CUDA: deduplicate FlashAttention code (#7352) 1 year ago
softmax.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
sumrows.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
sumrows.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
tsembd.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
tsembd.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
unary.cu f5ef34e428 feat: implemented sigmoid function (ggml/806) 1 year ago
unary.cuh f5ef34e428 feat: implemented sigmoid function (ggml/806) 1 year ago
upscale.cu 48aa8fd1f2 ggml : add `ggml_upscale_ext` (ggml/814) 1 year ago
upscale.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 year ago
vecdotq.cuh 55c1b2a3bb IQ1_M: 1.75 bpw quantization (#6302) 1 year ago