koboldcpp/tests
Jeff Bolz 77f132cb1d
vulkan: Change mul_mat_id to pad K rather than N (#27925)
The N padding is needed for mul_mat, but not mul_mat_id. For mul_mat_id,
we indirect the row index through a shared memory lookup table which avoids
any OOB row coordinate. But that callback doesn't bounds check K, so we
actually need K padding instead.
2026-08-29 10:09:24 +03:00
..
peg-parser
snapshots
.gitignore
CMakeLists.txt
gguf-model-data.cpp
gguf-model-data.h
test-alloc.cpp
test-arg-parser.cpp
test-autorelease.cpp
test-backend-ops.cpp
test-backend-sampler.cpp
test-barrier.cpp
test-batch-alloc.cpp
test-c.c
test-chat-analysis.cpp
test-chat-auto-parser.cpp
test-chat-peg-parser.cpp
test-chat-template.cpp
test-chat.cpp
test-col2im-1d.cpp
test-double-float.cpp
test-export-graph-ops.cpp
test-gbnf-validator.cpp
test-gguf-model-data.cpp
test-gguf.cpp
test-grammar-integration.cpp
test-grammar-llguidance.cpp
test-grammar-parser.cpp
test-jinja.cpp
test-json-schema-to-grammar.cpp
test-llama-archs.cpp
test-llama-grammar.cpp
test-log.cpp
test-lora-conversion-inference.sh
test-model-load-cancel.cpp
test-model-resolution.cpp
test-mtmd-c-api.c
test-mtmd-impl.cpp
test-opt.cpp
test-peg-parser.cpp
test-quant-type-selection.cpp
test-quantize-fns.cpp
test-quantize-perf.cpp
test-quantize-stats.cpp
test-reasoning-budget.cpp
test-recurrent-state-rollback.cpp
test-rope.cpp
test-rset-release.cpp
test-sampling.cpp
test-save-load-state.cpp
test-state-restore-fragmented.cpp
test-thread-safety.cpp
test-tokenizer-0.cpp
test-tokenizer-0.py
test-tokenizer-0.sh
test-tokenizer-1-bpe.cpp
test-tokenizer-1-spm.cpp
test-tokenizer-random.py
test-tokenizers-repo.sh
test-unicode.cpp
testing.h