index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ggml-cuda.cu
Age
Commit message (
Expand
)
Author
2024-02-26
Adding IQ2_S and IQ2_M to complete coverage of the 2-3 bit quantization range...
Kawrakow
2024-02-26
CUDA: fix DEBUG_CUDA_MALLOC (#5729)
Johannes Gäßler
2024-02-25
code : normalize enum names (#5697)
Georgi Gerganov
2024-02-24
IQ3_S: a much better alternative to Q3_K (#5676)
Kawrakow
2024-02-22
ggml : always define ggml_fp16_t as uint16_t (#5666)
Georgi Gerganov
2024-02-21
IQ4_NL: 4-bit non-linear quants with blocks of 32 (#5590)
Kawrakow
2024-02-19
cuda : ignore peer access already enabled errors (#5597)
slaren
2024-02-19
ci : enable -Werror for CUDA builds (#5579)
Georgi Gerganov
2024-02-19
cuda, metal : fix nans in soft_max (#5574)
slaren
2024-02-18
1.5 bit quantization (#5453)
Kawrakow
2024-02-17
ggml : add ALiBi support for ggml_soft_max_ext (#5488)
Georgi Gerganov
2024-02-15
cuda : print message when initialization fails (#5512)
slaren
2024-02-11
CUDA: mul_mat_vec_q tiling, refactor mul mat logic (#5434)
Johannes Gäßler
2024-02-08
CUDA: more warps for mmvq on NVIDIA (#5394)
Johannes Gäßler
2024-02-07
CUDA: fixed mmvq kernel for bs 2,3,4 and -sm row (#5386)
Johannes Gäßler
2024-02-06
CUDA: mul_mat_vec_q max. batch size 8 -> 4 (#5370)
Johannes Gäßler
2024-02-06
CUDA: mul_mat_vec_q for batch sizes > 1 (#5351)
Johannes Gäßler
2024-02-01
cuda : fix LLAMA_CUDA_F16 (#5262)
slaren
2024-01-31
llava : add MobileVLM support (#5132)
JidongZhang-THU
2024-01-30
sync : ggml (#0)
Georgi Gerganov
2024-01-30
`ggml_cuda_cpy` support for 4d tensors and float16->float32 upcasting (ggml/686)
John Balis
2024-01-30
SOTA 3-bit quants (#5196)
Kawrakow
2024-01-28
ggml : add Vulkan backend (#2059)
0cc4m
2024-01-26
cuda : fix tensor size calculation for non-split buffer (#5145)
slaren
2024-01-24
cuda : fix 2-bit quants on amd hip (#5105)
Engininja2
2024-01-23
CUDA: more info when no device code (#5088)
Johannes Gäßler
2024-01-20
cuda : fix compile error in jetson platform (#4975)
Kylin
2024-01-17
ggml : add IQ2 to test-backend-ops + refactoring (#4990)
Georgi Gerganov
2024-01-16
ggml : introduce GGML_CALL function annotation (#4850)
Justine Tunney
2024-01-15
cuda : fix dequantize kernel names (#4938)
Georgi Gerganov
2024-01-15
CUDA: faster dequantize kernels for Q4_0 and Q4_1 (#4938)
Kawrakow
2024-01-12
CUDA: faster q8_0 -> f16 dequantization (#4895)
Johannes Gäßler
2024-01-12
llama : ggml-backend integration (#4766)
slaren
2024-01-12
CUDA: fix softmax compile for old CUDA versions (#4862)
Johannes Gäßler
2024-01-11
ggml : SOTA 2-bit quants (add IQ2_XS) (#4856)
Kawrakow
2024-01-11
fix : cuda order of synchronization when setting a buffer (ggml/679)
Erik Scholz
2024-01-09
CUDA: faster softmax via shared memory + fp16 math (#4742)
Johannes Gäßler
2024-01-08
SOTA 2-bit quants (#4773)
Kawrakow
2024-01-07
CUDA: fixed redundant value dequantization (#4809)
Johannes Gäßler
2024-01-07
ggml : use __builtin_amdgcn_sudot4 in __dp4a for gfx11 (#4787)
Konstantin Zhuravlyov
2024-01-05
ggml : add error handling to graph_compute (whisper/1714)
Finn Voorhees
2024-01-03
cuda : simplify expression
Georgi Gerganov
2024-01-03
cuda : mark I16 and I32 ops as unsupported
Georgi Gerganov
2023-12-30
CUDA: fixed tensor cores not being used on RDNA3 (#4697)
Johannes Gäßler
2023-12-29
CUDA: fix tensor core logic for Pascal and HIP (#4682)
Johannes Gäßler
2023-12-29
cuda: fix vmm oom issue on NVIDIA AGX Orin (#4687)
hydai
2023-12-29
ggml : fix some mul mat cases + add tests for src1 F16 (ggml/669)
bssrdf
2023-12-26
cuda : fix vmm pool with multi GPU (#4620)
slaren
2023-12-26
Fix new CUDA10 compilation errors (#4635)
FantasyGmm
2023-12-24
cuda : improve cuda pool efficiency using virtual memory (#4606)
slaren
[next]