You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- tq_vulkan_init.c: change shader table from `const uint32_t**` to
`const uint32_t*` — arrays decay to pointers, fixes incompatible
pointer type errors on GCC 15 (stricter -Wincompatible-pointer-types)
- tq_vulkan_dispatch.c: use memcpy for function pointer → void* cast
to avoid -Wpedantic on strict ISO C compilers
- tq_ops.c: guard tq_quantize_row_1bit against n<=0 (fixes GCC
stringop-overflow warning), suppress unused vsum variable
- tq_model.c: remove unused mlocked variable, suppress unused qg_dim
and inter variables in GGUF Q4 conversion path
Fixes#3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments