]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cuda : add Pad Reflect 1D support (#14659)
authorYavor Ivanov <redacted>
Fri, 22 Aug 2025 11:06:29 +0000 (14:06 +0300)
committerGitHub <redacted>
Fri, 22 Aug 2025 11:06:29 +0000 (13:06 +0200)
commitb1ab91821f980f8993423c3f2a82a0a0f60c09d2
tree0e1c8381a2ba6840478ab4a5ad68e543948a8ddb
parent9ebebef62fd0adf8685874f154e227ea87b7c6f4
cuda : add Pad Reflect 1D support (#14659)

* Add Pad Reflect 1D CUDA support

* Update ggml/src/ggml-cuda/pad_reflect_1d.cu

Co-authored-by: Johannes Gäßler <redacted>
---------

Co-authored-by: Johannes Gäßler <redacted>
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-cuda/pad_reflect_1d.cu [new file with mode: 0644]
ggml/src/ggml-cuda/pad_reflect_1d.cuh [new file with mode: 0644]