]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2024-07-08 Georgi Gerganovsync : ggml
2024-07-08 Georgi Gerganovggml : sync sycl (skip) (#0)
2024-07-08 Georgi Gerganovscripts : fix sync scripts
2024-07-08 Daniel Beveniusggml : remove unnecessary UNUSED macro call (ggml/880)
2024-07-08 Natsucmake : add GGML_BUILD and GGML_SHARED macro definition...
2024-07-08 Ouadie EL FAROUKIEnabled more data types for oneMKL gemm_batch (llama...
2024-07-08 Johannes GäßlerCUDA: MMQ support for iq4_nl, iq4_xs (llama/8278)
2024-07-08 DanieleCUDA: revert part of the RDNA1 optimizations (llama...
2024-07-08 Johannes GäßlerCUDA: fix MMQ stream-k rounding if ne00 % 128 != 0...
2024-07-08 luoyu-intelFix WARP_SIZE=16 bug of Intel GPU (llama/8266)
2024-07-08 Neo Zhang Jianyurm get_work_group_size() by local cache for performance...
2024-07-08 DanieleDefine and optimize RDNA1 (llama/8085)
2024-07-08 Juddfix typo (llama/8267)
2024-07-08 Clint HerronRemoves multiple newlines at the end of files that...
2024-07-08 slarencuda : update supports_op for matrix multiplication...
2024-07-08 luoyu-intelFix win build conflict of math library (llama/8230)
2024-07-08 luoyu-intelFix the sub group size of Intel (llama/8106)
2024-07-08 Johannes GäßlerCUDA: refactor and optimize IQ MMVQ (llama/8215)
2024-07-08 zhentaoyuUpdate SYCL-Rope op and Refactor (llama/8157)
2024-07-08 Johannes GäßlerCUDA: fix MMQ stream-k for --split-mode row (llama...
2024-07-08 John Balisfeat: cuda implementation for `ggml_conv_transpose_1d...
2024-07-08 Georgi Gerganovci : disable java build
2024-07-08 Emmanuel Schmidbauerserver : add inference path to make OAI API compatible...
2024-06-26 Georgi Gerganovsync : ggml + fix sync script
2024-06-26 Georgi Gerganovmake : disable CUDA graphs
2024-06-26 slarenggml : add GGML_CUDA_USE_GRAPHS option, restore GGML_CU...
2024-06-26 Georgi Gerganovmake : disable CUDA mel build
2024-06-26 Georgi Gerganovcmake : minor fixes
2024-06-26 Georgi Gerganovmake : fix missing -O3
2024-06-26 Georgi Gerganovwhisper : disable CUDA mel + fix FFMPEG
2024-06-26 Georgi Gerganovsync : ggml
2024-06-26 Georgi Gerganovwhisper : reorganize source code + improve CMake (...
2024-06-18 mky_coderwhisper : optimize fft() function (#2242)
2024-06-18 Georgi Gerganovtalk-llama : sync llama.cpp
2024-06-18 Georgi Gerganovwhisper : use ggml_backend_sched (#2239)
2024-06-18 Georgi Gerganovfix : remove extra files
2024-06-18 Georgi Gerganovscripts : sync ggml-blas
2024-06-18 Georgi Gerganovbuild : update make / cmake
2024-06-18 Georgi Gerganovsync : ggml
2024-06-18 slarenmove BLAS to a separate backend (cont) (llama/6210)
2024-06-18 0cc4mVulkan Shader Refactor, Memory Debugging Option (llama...
2024-06-18 Georgi Gerganovscripts : stop sync whisper example from ggml
2024-06-16 Georgi Gerganovcmake : fix sycl build (#0)
2024-06-16 Georgi Gerganovggml : remove OpenCL (#0)
2024-06-16 Georgi Gerganovsycl : sync (#0)
2024-06-16 Georgi Gerganovcuda : enable CUDA graphs (#0)
2024-06-16 Georgi Gerganovtalk-llama : sync llama.cpp
2024-06-16 Georgi Gerganovcmake : fix CUDA build (#0)
2024-06-16 Georgi Gerganovsync : ggml
2024-06-16 Hong Bo PENGggml : fix and optimize ppc64le (ggml/849)
2024-06-16 Daniel Beveniusggml : remove duplicate include of ggml-common.h (ggml...
2024-06-16 Meng, Hengyuremove global variables (llama/7710)
2024-06-16 Johannes GäßlerCUDA: faster q2_K, q3_K MMQ + int8 tensor cores (llama...
2024-06-16 Georgi Gerganovmetal : utilize max shared memory for mul_mat_id (llama...
2024-06-16 Radoslav Gerganovrpc : fix ggml_backend_rpc_supports_buft() (llama/7918)
2024-06-16 slarenmove BLAS to a separate backend (llama/6210)
2024-06-16 Johannes GäßlerCUDA: fix broken oob check for FA vec f32 kernel (llama...
2024-06-16 Georgi Gerganovtests : add non-cont unary tests (llama/7857)
2024-06-16 Georgi Gerganovggml : improve ggml_is_contiguous logic (llama/7856)
2024-06-16 k.h.laivulkan: select only one device for single gpu with...
2024-06-16 0cc4mUpdate Vulkan RoPE implementation (llama/7818)
2024-06-16 Johannes GäßlerCUDA: int8 tensor cores for MMQ (q4_K, q5_K, q6_K)...
2024-06-16 Johannes GäßlerCUDA: use tensor cores for MMQ (llama/7676)
2024-06-16 Ben Ashbaughuse the correct SYCL context for host USM allocations...
2024-06-16 Johannes GäßlerCUDA: revise q8_1 data layout for mul_mat_q (llama...
2024-06-16 slarenvulkan : reuse parent extra for views (llama/7806)
2024-06-16 pengxin99fix softmax r2r result wrong issue (llama/7811)
2024-06-16 Johannes GäßlerCUDA: refactor mmq, dmmv, mmvq (llama/7716)
2024-06-16 Georgi Gerganovggml : refactor rope norm/neox (llama/7634)
2024-06-16 agray3Allow number of nodes in CUDA graph to change (llama...
2024-06-16 Georgi Gerganovggml : remove OpenCL (llama/7735)
2024-06-16 Georgi Gerganovggml : prevent builds with -ffinite-math-only (llama...
2024-06-16 Radoslav Gerganovllama : offload to RPC in addition to other backends...
2024-06-16 Masaya, Katoggml : use OpenMP as a thread pool (llama/7606)
2024-06-16 0cc4mVulkan Mixture of Experts (MoE) support (llama/7628)
2024-06-16 woachkkompute : implement op_getrows_f32 (llama/6403)
2024-06-16 Dave Airliefix bug introduced in using calloc (llama/7701)
2024-06-16 Johannes GäßlerFix FlashAttention debug test, FP32 assert (llama/7684)
2024-06-16 Johannes GäßlerCUDA: fix Pascal FA, deq. KV to FP16 for batch > 8...
2024-06-16 Johannes GäßlerCUDA: quantized KV support for FA vec (llama/7527)
2024-06-16 Georgi Gerganovggml : fix loongson compile warnings (llama/7537)
2024-06-16 Chris Elrodfaster avx512 exp implementation (llama/7551)
2024-06-16 junchao-loongsonggml : fix loongarch build (O2 issue) (llama/7636)
2024-06-16 Georgi Gerganovmetal : remove invalid asserts (llama/7617)
2024-06-16 Georgi Gerganovmetal : add missing asserts (llama/7617)
2024-06-16 Georgi Gerganovggml : fix YARN + add tests + add asserts (llama/7617)
2024-06-16 Georgi Gerganovcuda : non-cont concat support (llama/7610)
2024-06-16 Radoslav Gerganovllama-bench : add support for the RPC backend (llama...
2024-06-16 slarenggml : use atomic_flag for critical section (llama...
2024-06-16 Georgi Gerganovexamples : adapt to new ggml_concat (ggml/0)
2024-06-16 zhouwgggml : fix typo in ggml.c (llama/7603)
2024-06-16 Meng, HengyuAlign GEMM dispatch (llama/7566)
2024-06-16 Georgi Gerganovsycl : fix assert (llama/7563)
2024-06-16 k.h.laivulkan: properly initialize vulkan devices for LLAMA_SP...
2024-06-16 Radoslav Gerganovrpc : resource management rework (llama/7562)
2024-06-16 Neo Zhangfix ggml_sycl_mul_mat_id() to match the change of api...
2024-06-16 Georgi Gerganovggml : generalize GGML_OP_CONCAT (llama/7563)
2024-06-16 Djip007update HIP_UMA #7399 (llama/7414)
2024-06-16 agray3Allow multiple copy function pointers for CUDA graph...
2024-06-16 AidanBeltonSFix q_xxs using mul_mat_q (llama/7459)
next