gemma.cpp/ops
Jan Wassenberg 7d9fcda0d8 -467ms startup: parallel Reshape
Also split Softmax into Argmax helper, add comments;
add profiler zones + fix IDE warning

PiperOrigin-RevId: 680954573
2024-10-01 04:11:35 -07:00
..
dot-inl.h Use f64 Dot and sum in softmax - faster than Cascaded 2024-09-30 01:22:09 -07:00
dot_test.cc Use f64 Dot and sum in softmax - faster than Cascaded 2024-09-30 01:22:09 -07:00
fp_arith-inl.h Cascaded summation for Softmax 2024-09-20 10:31:23 -07:00
gemma_matvec_test.cc Major compression update, arbitrary-len unpack + new Dot 2024-09-10 02:22:19 -07:00
matmul-inl.h Major compression update, arbitrary-len unpack + new Dot 2024-09-10 02:22:19 -07:00
matmul.h Major MatMul update, 1.9-2.3x speedup on Zen4 via bf16 mul 2024-08-16 07:52:20 -07:00
matmul_test.cc 1.6x speedup of MatMulSlow using compensated Dot 2024-09-26 02:42:53 -07:00
matvec-inl.h Fix include order, required to build with profiler enabled 2024-09-30 07:52:50 -07:00
ops-inl.h -467ms startup: parallel Reshape 2024-10-01 04:11:35 -07:00
ops_test.cc Rename one variable in SampleTopK and update TestSampleTopK. 2024-10-01 00:51:33 -07:00