Johannes Gäßler 3b099bcd9c CUDA: fix MMQ writeback for int8 tensor cores (#8100) 1 年之前
..
template-instances 7d1a378b8f CUDA: refactor mmq, dmmv, mmvq (#7716) 1 年之前
acc.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
acc.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
arange.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
arange.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
argsort.cu 76d66ee0be CUDA: faster q2_K, q3_K MMQ + int8 tensor cores (#7921) 1 年之前
argsort.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
binbcast.cu 0d56246f4b ggml : group all experts in a single ggml_mul_mat_id (#6505) 1 年之前
binbcast.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
clamp.cu bc4bba364f Introduction of CUDA Graphs to LLama.cpp (#6766) 1 年之前
clamp.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
common.cuh a818f3028d CUDA: use MMQ instead of cuBLAS by default (#8075) 1 年之前
concat.cu cce3dcffc5 cuda : non-cont concat support (#7610) 1 年之前
concat.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
convert.cu e84b71c2c6 ggml : drop support for QK_K=64 (#7473) 1 年之前
convert.cuh 5dc9dd7152 llama : add Command R Plus support (#6491) 1 年之前
cpy.cu bc4bba364f Introduction of CUDA Graphs to LLama.cpp (#6766) 1 年之前
cpy.cuh bc4bba364f Introduction of CUDA Graphs to LLama.cpp (#6766) 1 年之前
dequantize.cuh 5dc9dd7152 llama : add Command R Plus support (#6491) 1 年之前
diagmask.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
diagmask.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
dmmv.cu 7d1a378b8f CUDA: refactor mmq, dmmv, mmvq (#7716) 1 年之前
dmmv.cuh d48ccf3ad4 sync : ggml (#6351) 1 年之前
fattn-common.cuh 1f0dabda8d CUDA: use tensor cores for MMQ (#7676) 1 年之前
fattn-tile-f16.cu 1f0dabda8d CUDA: use tensor cores for MMQ (#7676) 1 年之前
fattn-tile-f16.cuh 0fc1e820a9 CUDA: faster large batch FA without tensor cores (#7314) 1 年之前
fattn-tile-f32.cu 750f60c03e CUDA: fix Pascal FA, deq. KV to FP16 for batch > 8 (#7681) 1 年之前
fattn-tile-f32.cuh 0fc1e820a9 CUDA: faster large batch FA without tensor cores (#7314) 1 年之前
fattn-vec-f16.cuh 1f0dabda8d CUDA: use tensor cores for MMQ (#7676) 1 年之前
fattn-vec-f32.cuh 963552903f CUDA: fix broken oob check for FA vec f32 kernel (#7904) 1 年之前
fattn-wmma-f16.cuh 1f0dabda8d CUDA: use tensor cores for MMQ (#7676) 1 年之前
fattn.cu 750f60c03e CUDA: fix Pascal FA, deq. KV to FP16 for batch > 8 (#7681) 1 年之前
fattn.cuh 9c67c2773d ggml : add Flash Attention (#5021) 1 年之前
getrows.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
getrows.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
im2col.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
im2col.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
mma.cuh 9a590c8226 CUDA: optimize MMQ int8 tensor core performance (#8062) 1 年之前
mmq.cu a818f3028d CUDA: use MMQ instead of cuBLAS by default (#8075) 1 年之前
mmq.cuh 3b099bcd9c CUDA: fix MMQ writeback for int8 tensor cores (#8100) 1 年之前
mmvq.cu 19b7a836f6 cuda : fix bounds check for src0 rows in MMVQ kernel (whisper/2231) 1 年之前
mmvq.cuh a818f3028d CUDA: use MMQ instead of cuBLAS by default (#8075) 1 年之前
norm.cu fb76ec31a9 ggml : fix YARN + add tests + add asserts (#7617) 1 年之前
norm.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
pad.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
pad.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
pool2d.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
pool2d.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
quantize.cu 42b53d192f CUDA: revise q8_1 data layout for mul_mat_q (#7824) 1 年之前
quantize.cuh 42b53d192f CUDA: revise q8_1 data layout for mul_mat_q (#7824) 1 年之前
rope.cu 2b3389677a ggml : refactor rope norm/neox (#7634) 1 年之前
rope.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
scale.cu bc4bba364f Introduction of CUDA Graphs to LLama.cpp (#6766) 1 年之前
scale.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
softmax.cu 76d66ee0be CUDA: faster q2_K, q3_K MMQ + int8 tensor cores (#7921) 1 年之前
softmax.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
sumrows.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
sumrows.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
tsembd.cu ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
tsembd.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
unary.cu 43b35e38ba Add support for sqrt on CUDA (#7953) 1 年之前
unary.cuh 43b35e38ba Add support for sqrt on CUDA (#7953) 1 年之前
upscale.cu 48aa8fd1f2 ggml : add `ggml_upscale_ext` (ggml/814) 1 年之前
upscale.cuh ae1f211ce2 cuda : refactor into multiple files (#6269) 1 年之前
vecdotq.cuh 76d66ee0be CUDA: faster q2_K, q3_K MMQ + int8 tensor cores (#7921) 1 年之前