]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
Add Conv2d for CPU (llama/14388)
authorAman Gupta <redacted>
Mon, 30 Jun 2025 15:57:04 +0000 (23:57 +0800)
committerGeorgi Gerganov <redacted>
Tue, 1 Jul 2025 08:52:14 +0000 (11:52 +0300)
commit32e3abd2d22bdef6fbd8048ebcea5efd3b53dab7
tree354cddfa72d64e17d11aef8782b4c20a8c1bca7f
parent7213150b82f4477f84e98ac18256e8007fb6c7b8
Add Conv2d for CPU (llama/14388)

* Conv2D: Add CPU version

* Half decent

* Tiled approach for F32

* remove file

* Fix tests

* Support F16 operations

* add assert about size

* Review: further formatting fixes, add assert and use CPU version of fp32->fp16
include/ggml.h
src/ggml-cpu/ggml-cpu.c
src/ggml-cpu/ops.cpp
src/ggml-cpu/ops.h
src/ggml.c