whisper.cpp/ggml
m1el fcb2236a2f
webgpu : add CONV_2D_DW (depthwise conv2d) kernel (llama/25847)
* webgpu : add CONV_2D_DW (depthwise conv2d) kernel

Implement GGML_OP_CONV_2D_DW for the WebGPU backend,
ported from the Vulkan backend's conv2d_dw.comp.

Assisted-by: Claude Opus-4.8

* Remove unnecessary comments in webgpu support

* update supported ops tables, triggered by adding webgpu CONV_2D_DW
2026-07-30 16:31:47 +03:00
..
cmake ggml : Parallelize quant LUT init (llama/23595) 2026-05-25 12:26:07 +03:00
include DeepseekV4: Add fused hyper-connection ops (llama/25585) 2026-07-30 16:31:43 +03:00
src webgpu : add CONV_2D_DW (depthwise conv2d) kernel (llama/25847) 2026-07-30 16:31:47 +03:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt ggml : bump version to 0.17.0 (ggml/1568) 2026-07-30 16:31:45 +03:00