gemma.cpp/ops
Jan Wassenberg 45ad847a41 Replace RowVectorBatch with MatStorageT
KVCache: add ctor required for MatStorageT, remove Create; bf_pre_ffw_rms_out -> pre_ffw_rms_out
optimize_test: larger vocab_size requires more steps
shared.h: Remove unused u128 type
correctly set Activation matrix rows, avoid passing as arg
ops: pass Mat instead of pointers/sizes; vectorize LayerNorm; support any weight type
mat: add OverrideRows, used by SetBatchSize
PiperOrigin-RevId: 757790736
2025-05-12 09:16:12 -07:00
..
bench_matmul.cc Replace RowVectorBatch with MatStorageT 2025-05-12 09:16:12 -07:00
dot-inl.h Huge refactor of weight handling and model loading. 2025-05-06 04:44:21 -07:00
dot_test.cc Replace RowVectorBatch with MatStorageT 2025-05-12 09:16:12 -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 Replace RowVectorBatch with MatStorageT 2025-05-12 09:16:12 -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 Replace RowVectorBatch with MatStorageT 2025-05-12 09:16:12 -07:00
matmul_test.cc Replace RowVectorBatch with MatStorageT 2025-05-12 09:16:12 -07:00
matvec-inl.h Huge refactor of weight handling and model loading. 2025-05-06 04:44:21 -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 Replace RowVectorBatch with MatStorageT 2025-05-12 09:16:12 -07:00
sum-inl.h Minor cleanup, Windows+Bazel build fixes 2024-10-10 09:05:06 -07:00