gemma.cpp/ops
Jan Wassenberg 8a312e9b89 Split W1/W2 as a load-time preprocess.
Remove kOnlyAllocate - no longer used. Rename ReadOrAllocate -> ReadFromBlobs.
Rename Reshape -> Fixup to reflect the new scope.
Remove no longer used ShrinkRows.

This simplifies gemma-inl and is a prerequisite for removing ConstMat
(whose .ofs was previously used for merged tensors)

PiperOrigin-RevId: 758214083
2025-05-13 07:39:59 -07:00
..
bench_matmul.cc Minor: rename compression/shared -> types.h 2025-05-13 06:53:21 -07:00
dot-inl.h Huge refactor of weight handling and model loading. 2025-05-06 04:44:21 -07:00
dot_test.cc Minor: rename compression/shared -> types.h 2025-05-13 06:53:21 -07:00
fp_arith-inl.h Cascaded summation for Softmax 2024-09-20 10:31:23 -07:00
gemma_matvec_test.cc Huge refactor of weight handling and model loading. 2025-05-06 04:44:21 -07:00
matmul-inl.h Minor: rename compression/shared -> types.h 2025-05-13 06:53:21 -07:00
matmul.cc Rename-only: remove Allocator2 etc suffixes now that refactoring is complete 2025-05-06 09:12:43 -07:00
matmul.h Split W1/W2 as a load-time preprocess. 2025-05-13 07:39:59 -07:00
matmul_test.cc Minor: rename compression/shared -> types.h 2025-05-13 06:53:21 -07:00
matvec-inl.h Split W1/W2 as a load-time preprocess. 2025-05-13 07:39:59 -07:00
ops-inl.h Replace RowVectorBatch with MatStorageT 2025-05-12 09:16:12 -07:00
ops.h Replace RowVectorBatch with MatStorageT 2025-05-12 09:16:12 -07:00
ops_test.cc Cleanup: remove unused kCyclic, remove 2 suffix 2025-05-13 01:06:41 -07:00
sum-inl.h Minor cleanup, Windows+Bazel build fixes 2024-10-10 09:05:06 -07:00