gemma.cpp/backprop
Jan Wassenberg a60b564b88 Infra improvements (2)
ops.h: move CreateInvTimescale to allow calling without depending on gemma
Pass around MatMulEnv instead of pools to avoid re-creating the env
profiler.h can now be used outside SIMD code
allocator: add StepBytes and QuantumSteps
rename worker thread with package/cluster in the name
threading: add Visit* to IndexRange
PiperOrigin-RevId: 718766704
2025-01-23 01:55:19 -08:00
..
activations.h Eliminated TConfig. 2024-10-17 05:04:22 -07:00
backward-inl.h Eliminated TConfig. 2024-10-17 05:04:22 -07:00
backward.cc Eliminated TConfig. 2024-10-17 05:04:22 -07:00
backward.h Eliminated TConfig. 2024-10-17 05:04:22 -07:00
backward_scalar.h Eliminated TConfig. 2024-10-17 05:04:22 -07:00
backward_scalar_test.cc Added ability to load/save a complete model file, including tokenizer. 2024-12-19 07:59:41 -08:00
backward_test.cc Infra improvements (2) 2025-01-23 01:55:19 -08:00
common_scalar.h Added MatPtr/MatPtrT/MatStorageT/MatStorage as a dynamically-sized replacement for CompressedArray. 2024-10-10 08:22:30 -07:00
forward-inl.h Eliminated TConfig. 2024-10-17 05:04:22 -07:00
forward.cc Eliminated TConfig. 2024-10-17 05:04:22 -07:00
forward.h Eliminated TConfig. 2024-10-17 05:04:22 -07:00
forward_scalar.h Eliminated TConfig. 2024-10-17 05:04:22 -07:00
optimize_test.cc Infra improvements (2) 2025-01-23 01:55:19 -08:00
optimizer.cc Eliminated TConfig. 2024-10-17 05:04:22 -07:00
optimizer.h Eliminated TConfig. 2024-10-17 05:04:22 -07:00
prompt.h Add missing include 2024-06-04 10:29:12 +00:00
sampler.h Add config for att/final cap, skip max-subtract. Fixes #278 2024-07-01 09:45:26 -07:00
test_util.h Removed duplicated tensor sizes from weights.h by changing the constructor used for MatPtrT 2024-12-11 06:30:28 -08:00