]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cuda : add Pad Reflect 1D support (llama/14659)
authorYavor Ivanov <redacted>
Fri, 22 Aug 2025 11:06:29 +0000 (14:06 +0300)
committerGeorgi Gerganov <redacted>
Fri, 5 Sep 2025 09:54:01 +0000 (12:54 +0300)
commit07a773257cce086ea6bf4a48a128b1b0895ba114
tree4d9e6d6eb51781ab8de1be81a555c5bfbd753adf
parent135ff302bbb16fecbdecb94ff9d66f28aa7da0e3
cuda : add Pad Reflect 1D support (llama/14659)

* Add Pad Reflect 1D CUDA support

* Update src/ggml-cuda/pad_reflect_1d.cu

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

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