gemma.cpp/ops
Jan Wassenberg fe80f10ed7 Backprop test fixes and allocator cleanup
- Shorten backprop tests to prevent timeout
- Add line number of failing test
- matmul: remove unused enable_bind
- allocator: we will retain enable_bind there
- mat: disable cyclic padding optimization (broken)

PiperOrigin-RevId: 752656068
2025-04-29 03:01:10 -07:00
..
bench_matmul.cc Major refactor of allocator/args: 2025-04-10 01:29:54 -07:00
dot-inl.h Minor cleanup, on-demand NUQ buffer allocation 2025-04-16 10:49:43 -07:00
dot_test.cc Major refactor of allocator/args: 2025-04-10 01:29:54 -07:00
fp_arith-inl.h Cascaded summation for Softmax 2024-09-20 10:31:23 -07:00
gemma_matvec_test.cc Major refactor of allocator/args: 2025-04-10 01:29:54 -07:00
matmul-inl.h Major refactor of allocator/args: 2025-04-10 01:29:54 -07:00
matmul.cc Major refactor of allocator/args: 2025-04-10 01:29:54 -07:00
matmul.h Backprop test fixes and allocator cleanup 2025-04-29 03:01:10 -07:00
matmul_test.cc Major refactor of allocator/args: 2025-04-10 01:29:54 -07:00
matvec-inl.h Major refactor of allocator/args: 2025-04-10 01:29:54 -07:00
ops-inl.h Major refactor of allocator/args: 2025-04-10 01:29:54 -07:00
ops.h Major refactor of allocator/args: 2025-04-10 01:29:54 -07:00
ops_test.cc Cleanup: include fixes/comments, fix leak, vector reserve 2025-04-22 12:01:46 -07:00
sum-inl.h Minor cleanup, Windows+Bazel build fixes 2024-10-10 09:05:06 -07:00