]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
vulkan : fix lint (llama/0)
authorGeorgi Gerganov <redacted>
Fri, 2 May 2025 17:57:07 +0000 (20:57 +0300)
committerGeorgi Gerganov <redacted>
Wed, 7 May 2025 12:39:32 +0000 (15:39 +0300)
ggml/src/ggml-vulkan/vulkan-shaders/conv2d_dw.comp

index cde0e4b9437a4127207c366710c61875db41e7e9..938c74da5007476446fef614377a43504a502b40 100644 (file)
@@ -101,4 +101,5 @@ void main() {
         conv_2d_dw_cwhn(idx);
 #endif
     dst_data[idx] = D_TYPE(result);
-}
\ No newline at end of file
+}
+