]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 14:54:53 +0000 (17:54 +0300)
commitb5b237d49a8915f22fd395a24cd96feac31496fc
treeee3f804353e7fd2f5a2d2a7e64021cce23f82d10
parent679f31a9d188dbc582676054b30473a160ceb79a
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
ggml/include/ggml.h
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cpu/ops.cpp
ggml/src/ggml-cpu/ops.h
ggml/src/ggml.c