gemma.cpp/io
Jan Wassenberg 0c64987a96 Abort if args are unrecognized, refactor argument passing
This catches typos/incorrect usage.
Refactor: group Loader/Threading/Inference into GemmaArgs.
All *Args ctors now have an extra ConsumedArgs& argument.
PiperOrigin-RevId: 844690553
2025-12-15 03:18:45 -08:00
..
BUILD.bazel Major cleanup of profiler zones, add Caller annotation for all pool.Run 2025-10-23 01:54:24 -07:00
blob_compare.cc Minor: ParallelismStrategy->Parallelism 2025-11-06 06:56:10 -08:00
blob_store.cc Minor: ParallelismStrategy->Parallelism 2025-11-06 06:56:10 -08:00
blob_store.h Fix warning (signed vs unsigned) 2025-11-24 00:51:17 -08:00
blob_store_test.cc Minor: ParallelismStrategy->Parallelism 2025-11-06 06:56:10 -08:00
fields.cc Move fields, io* and blob* from compression/ into io/ 2025-05-06 11:17:19 -07:00
fields.h Move fields, io* and blob* from compression/ into io/ 2025-05-06 11:17:19 -07:00
fields_test.cc Add missing includes. 2025-12-02 23:23:09 -08:00
io.cc Add tensor stats and output 2025-12-11 22:52:46 -08:00
io.h Pre-compress query activations to BF16 before FlashAttention. 2025-10-31 09:49:44 -07:00
io_win.cc Add IsAppendOnly flag to file and if true, disable parallel writes 2025-07-30 01:51:37 -07:00
migrate_weights.cc Abort if args are unrecognized, refactor argument passing 2025-12-15 03:18:45 -08:00