]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
sync : adapt to CUDA changes (#0)
authorGeorgi Gerganov <redacted>
Wed, 27 Mar 2024 09:26:04 +0000 (11:26 +0200)
committerGeorgi Gerganov <redacted>
Wed, 27 Mar 2024 11:20:00 +0000 (13:20 +0200)
commit236a991862a3e4600951fa585ccde02b453b32b2
treef6722b3536925ff54c6cede46e89f2e0aba21bca
parentd9c6ff34917cb3c8ac1609813dab91a6258549e3
sync : adapt to CUDA changes (#0)

ggml-ci
61 files changed:
CMakeLists.txt
examples/common-ggml.cpp
examples/whisper/whisper.cpp
scripts/sync-llama-am.sh
scripts/sync-llama.sh
src/CMakeLists.txt
src/ggml-cuda/acc.cu [new file with mode: 0644]
src/ggml-cuda/acc.cuh [new file with mode: 0644]
src/ggml-cuda/alibi.cu [new file with mode: 0644]
src/ggml-cuda/alibi.cuh [new file with mode: 0644]
src/ggml-cuda/arange.cu [new file with mode: 0644]
src/ggml-cuda/arange.cuh [new file with mode: 0644]
src/ggml-cuda/argsort.cu [new file with mode: 0644]
src/ggml-cuda/argsort.cuh [new file with mode: 0644]
src/ggml-cuda/binbcast.cu [new file with mode: 0644]
src/ggml-cuda/binbcast.cuh [new file with mode: 0644]
src/ggml-cuda/clamp.cu [new file with mode: 0644]
src/ggml-cuda/clamp.cuh [new file with mode: 0644]
src/ggml-cuda/common.cuh [new file with mode: 0644]
src/ggml-cuda/concat.cu [new file with mode: 0644]
src/ggml-cuda/concat.cuh [new file with mode: 0644]
src/ggml-cuda/convert.cu [new file with mode: 0644]
src/ggml-cuda/convert.cuh [new file with mode: 0644]
src/ggml-cuda/cpy.cu [new file with mode: 0644]
src/ggml-cuda/cpy.cuh [new file with mode: 0644]
src/ggml-cuda/dequantize.cuh [new file with mode: 0644]
src/ggml-cuda/diagmask.cu [new file with mode: 0644]
src/ggml-cuda/diagmask.cuh [new file with mode: 0644]
src/ggml-cuda/dmmv.cu [new file with mode: 0644]
src/ggml-cuda/dmmv.cuh [new file with mode: 0644]
src/ggml-cuda/getrows.cu [new file with mode: 0644]
src/ggml-cuda/getrows.cuh [new file with mode: 0644]
src/ggml-cuda/im2col.cu [new file with mode: 0644]
src/ggml-cuda/im2col.cuh [new file with mode: 0644]
src/ggml-cuda/mmq.cu [new file with mode: 0644]
src/ggml-cuda/mmq.cuh [new file with mode: 0644]
src/ggml-cuda/mmvq.cu [new file with mode: 0644]
src/ggml-cuda/mmvq.cuh [new file with mode: 0644]
src/ggml-cuda/norm.cu [new file with mode: 0644]
src/ggml-cuda/norm.cuh [new file with mode: 0644]
src/ggml-cuda/pad.cu [new file with mode: 0644]
src/ggml-cuda/pad.cuh [new file with mode: 0644]
src/ggml-cuda/pool2d.cu [new file with mode: 0644]
src/ggml-cuda/pool2d.cuh [new file with mode: 0644]
src/ggml-cuda/quantize.cu [new file with mode: 0644]
src/ggml-cuda/quantize.cuh [new file with mode: 0644]
src/ggml-cuda/rope.cu [new file with mode: 0644]
src/ggml-cuda/rope.cuh [new file with mode: 0644]
src/ggml-cuda/scale.cu [new file with mode: 0644]
src/ggml-cuda/scale.cuh [new file with mode: 0644]
src/ggml-cuda/softmax.cu [new file with mode: 0644]
src/ggml-cuda/softmax.cuh [new file with mode: 0644]
src/ggml-cuda/sumrows.cu [new file with mode: 0644]
src/ggml-cuda/sumrows.cuh [new file with mode: 0644]
src/ggml-cuda/tsembd.cu [new file with mode: 0644]
src/ggml-cuda/tsembd.cuh [new file with mode: 0644]
src/ggml-cuda/unary.cu [new file with mode: 0644]
src/ggml-cuda/unary.cuh [new file with mode: 0644]
src/ggml-cuda/upscale.cu [new file with mode: 0644]
src/ggml-cuda/upscale.cuh [new file with mode: 0644]
src/ggml-cuda/vecdotq.cuh [new file with mode: 0644]