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