gemma.cpp/util
Ray Smith fb6fa793f4 Added a global (to gemma) zones list to enable most call sites to PROFILER_ZONE3 to avoid the sychronization required for the static const initialization of the zone handle.
Improved flash_attention to enable profiling using the new zones.

PiperOrigin-RevId: 819235421
2025-10-14 08:30:58 -07:00
..
allocator.cc Cleanup: split CacheInfo from Allocator, MatMul helper functions 2025-09-08 02:23:58 -07:00
allocator.h Cleanup: split CacheInfo from Allocator, MatMul helper functions 2025-09-08 02:23:58 -07:00
args.h Move fields, io* and blob* from compression/ into io/ 2025-05-06 11:17:19 -07:00
basics.cc Replace mt19937 with new generator to enable parallel sampling 2025-09-04 23:49:10 -07:00
basics.h Memory use reduction: smaller/single MMStorage 2025-09-09 05:32:46 -07:00
basics_test.cc Replace mt19937 with new generator to enable parallel sampling 2025-09-04 23:49:10 -07:00
mat.cc De-singleton ThreadingContext so callers can pass in their own 2025-07-22 02:08:46 -07:00
mat.h 1.03x speedup: fused FFN 2025-09-15 10:26:37 -07:00
test_util.h Minor cleanup/fixes: 2024-09-09 06:58:09 -07:00
threading.cc tune pool kSpin mode in threading_context 2025-10-07 08:36:26 -07:00
threading.h tune pool kSpin mode in threading_context 2025-10-07 08:36:26 -07:00
threading_context.cc tune pool kSpin mode in threading_context 2025-10-07 08:36:26 -07:00
threading_context.h tune pool kSpin mode in threading_context 2025-10-07 08:36:26 -07:00
threading_test.cc De-singleton ThreadingContext so callers can pass in their own 2025-07-22 02:08:46 -07:00
topology.cc Avoid affinity related warnings on Apple. Refs #625 2025-07-03 08:22:31 -07:00
topology.h Fix thread name when skipping packages/clusters 2025-06-01 23:50:11 -07:00
zones.cc Added a global (to gemma) zones list to enable most call sites to PROFILER_ZONE3 to avoid the sychronization required for the static const initialization of the zone handle. 2025-10-14 08:30:58 -07:00
zones.h Added a global (to gemma) zones list to enable most call sites to PROFILER_ZONE3 to avoid the sychronization required for the static const initialization of the zone handle. 2025-10-14 08:30:58 -07:00