gemma.cpp/ops
Jan Wassenberg 0023ff8770 Add support for arbitrary output row pointers
Useful for writing directly to KV cache.

PiperOrigin-RevId: 765615147
2025-05-31 10:55:54 -07:00
..
bench_matmul.cc 1.31x batch prefill, 1.24x batch decode speedup: NUMA binding 2025-05-16 07:42:13 -07:00
dot-inl.h Huge refactor of weight handling and model loading. 2025-05-06 04:44:21 -07:00
dot_test.cc Remove backprop/ 2025-05-28 07:01:17 -07:00
fp_arith-inl.h Decouple MatMul from gemma-inl: precompile for all input types 2025-05-27 07:08:58 -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 Add support for arbitrary output row pointers 2025-05-31 10:55:54 -07:00
matmul.cc Fix RowT issue and improve Griffin (currently still broken) 2025-05-19 07:02:10 -07:00
matmul.h Add support for arbitrary output row pointers 2025-05-31 10:55:54 -07:00
matmul_static-inl.h Decouple MatMul from gemma-inl: precompile for all input types 2025-05-27 07:08:58 -07:00
matmul_static.h Decouple MatMul from gemma-inl: precompile for all input types 2025-05-27 07:08:58 -07:00
matmul_static_bf16.cc Decouple MatMul from gemma-inl: precompile for all input types 2025-05-27 07:08:58 -07:00
matmul_static_f32.cc Decouple MatMul from gemma-inl: precompile for all input types 2025-05-27 07:08:58 -07:00
matmul_static_nuq.cc Decouple MatMul from gemma-inl: precompile for all input types 2025-05-27 07:08:58 -07:00
matmul_static_sfp.cc Decouple MatMul from gemma-inl: precompile for all input types 2025-05-27 07:08:58 -07:00
matmul_test.cc Decouple MatMul from gemma-inl: precompile for all input types 2025-05-27 07:08:58 -07:00
matvec-inl.h Replace last ConstMat with MatPtr 2025-05-13 10:55:22 -07:00
ops-inl.h Remove backprop/ 2025-05-28 07:01:17 -07:00
ops.h Remove backprop/ 2025-05-28 07:01:17 -07:00
ops_test.cc Remove backprop/ 2025-05-28 07:01:17 -07:00
sum-inl.h Minor cleanup, Windows+Bazel build fixes 2024-10-10 09:05:06 -07:00