gemma.cpp/gemma
Jan Wassenberg 0ae8646731 Fix remainder handling for Paligemma
No longer attempt to skip the remainder handling because B might also be a non-padded view.

PiperOrigin-RevId: 800890805
2025-08-29 07:25:52 -07:00
..
bindings Default to disabling per-socket parallelization 2025-08-04 09:49:14 -07:00
evals Add MMLU eval to github 2024-05-20 10:20:53 -07:00
activations.h 1.01x speedup: More bf16 activations to reduce DecompressA. 2025-08-29 03:19:01 -07:00
api_client.cc feature: add API server and client with Google protocol 2025-08-21 11:32:48 +09:00
api_server.cc feature: add API server and client with Google protocol 2025-08-21 11:32:48 +09:00
attention.cc Remove F64 partial storage in matmul. 2025-08-29 00:12:08 -07:00
attention.h (Resubmit) Prepare profiler annotations for new API 2025-08-13 01:38:24 -07:00
configs.cc Internal change 2025-08-26 04:44:08 -07:00
configs.h Internal change 2025-08-26 04:44:08 -07:00
configs_test.cc Minor: rename compression/shared -> types.h 2025-05-13 06:53:21 -07:00
gemma-inl.h More profiler interface fixes: hwy:: plus avoid ADD_ZONE 2025-08-13 03:15:48 -07:00
gemma.cc 1.01x speedup: More bf16 activations to reduce DecompressA. 2025-08-29 03:19:01 -07:00
gemma.h Expand ThreadingContext comments 2025-08-28 08:32:10 -07:00
gemma_args.h 1.01x speedup: More bf16 activations to reduce DecompressA. 2025-08-29 03:19:01 -07:00
griffin.cc Speed up builds by skipping rarely used targets 2025-06-17 05:44:20 -07:00
griffin.h Major refactor: clarify query_idx (global) vs qi. Refs #607 2025-06-16 02:42:02 -07:00
kv_cache.cc De-singleton ThreadingContext so callers can pass in their own 2025-07-22 02:08:46 -07:00
kv_cache.h De-singleton ThreadingContext so callers can pass in their own 2025-07-22 02:08:46 -07:00
model_store.cc Update BlobWriter comments, WriteAll->Finalize 2025-08-04 10:01:38 -07:00
model_store.h Write SBS progressively. 2025-07-31 06:05:38 -07:00
run.cc Fix pos assertions, refs #665 2025-08-26 04:50:40 -07:00
tensor_info.cc Major refactor to de-templatize gemma-inl and weights 2025-06-02 23:01:35 -07:00
tensor_info.h Minor: rename compression/shared -> types.h 2025-05-13 06:53:21 -07:00
tensor_info_test.cc Minor: ModelWeightsPtrs -> WeightsPtrs 2025-07-11 06:11:51 -07:00
tokenizer.cc (Resubmit) Prepare profiler annotations for new API 2025-08-13 01:38:24 -07:00
tokenizer.h 6x large-batch, short-prompt prefill speedup 2025-06-10 09:56:20 -07:00
vit.cc (Resubmit) Prepare profiler annotations for new API 2025-08-13 01:38:24 -07:00
vit.h Minor: ModelWeightsPtrs -> WeightsPtrs 2025-07-11 06:11:51 -07:00
weights.cc Fix remainder handling for Paligemma 2025-08-29 07:25:52 -07:00
weights.h Fix file mapping: was letting the smart pointer go out of scope 2025-07-30 04:30:10 -07:00