Snippets for whisper.cpp 1.9.2 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/bgk1y85k0qngws594fp7x8r5v5kw1j5c-whisper-cpp-1.9.2.drv.
-
/build/source/ggml/src/ggml-cpu/simd-gemm.h:79:39: warning: iteration 4611686018427387903 invokes undefined behavior [-Waggressive-loop-optimizations] 79 | float a = C[i * N + jj]; | ^ -
/build/source/ggml/src/./ggml-common.h:328:26: warning: type 'union <anon>' violates the C++ One Definition Rule [-Wodr] 328 | GGML_EXTENSION union { | ^ -
/build/source/ggml/src/./ggml-common.h:337:3: warning: type 'struct block_q4_K' violates the C++ One Definition Rule [-Wodr] 337 | } block_q4_K; | ^ -
/build/source/ggml/src/./ggml-common.h:345:26: warning: type 'union <anon>' violates the C++ One Definition Rule [-Wodr] 345 | GGML_EXTENSION union { | ^ -
/build/source/ggml/src/./ggml-common.h:355:3: warning: type 'struct block_q5_K' violates the C++ One Definition Rule [-Wodr] 355 | } block_q5_K; | ^