gemma.cpp/io
Nitin Gangahar 9e8ac7e2f0 Use correct offsets in BlobWriter.
Updates the FileSize() calls in BlobWriter to instead use a computed offset.
FileSize() may not work with all implementations of File which can cause issues
while writing.

PiperOrigin-RevId: 822646338
2025-10-22 10:29:04 -07:00
..
BUILD.bazel Automated Code Change 2025-08-01 13:29:50 -07:00
blob_compare.cc Remove multi-package support from topology 2025-10-16 04:00:35 -07:00
blob_store.cc Use correct offsets in BlobWriter. 2025-10-22 10:29:04 -07:00
blob_store.h Use correct offsets in BlobWriter. 2025-10-22 10:29:04 -07:00
blob_store_test.cc Update BlobWriter comments, WriteAll->Finalize 2025-08-04 10:01:38 -07: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 Move fields, io* and blob* from compression/ into io/ 2025-05-06 11:17:19 -07:00
io.cc Add logging to io.cc on failed write and read. 2025-10-06 10:25:41 -07:00
io.h Fix preadv error: only enable if we have a handle 2025-08-15 06:30:34 -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 Move MatMulEnv out of Gemma to enable concurrent calls 2025-06-23 01:20:09 -07:00