Actions: google/gemma.cpp
Actions
Showing runs from all workflows
2,500+ workflow runs
2,500+ workflow runs
layout.total_bytes per attention subtask and kv_out_mem per token step by storing worker_workspaces and kv_out_mem on AttentionActivations / AttentionActivationsPtrs. This eliminates ~20M minor page faults and improves decode throughput by +18% to +26% on AMD Turin.
build
#8131:
Pull request #1025
synchronize
by
copybara-service
Bot
layout.total_bytes per attention subtask and kv_out_mem per token step by storing worker_workspaces and kv_out_mem on AttentionActivations / AttentionActivationsPtrs. This eliminates ~20M minor page faults and improves decode throughput by +18% to +26% on AMD Turin.
build
#8129:
Pull request #1025
synchronize
by
copybara-service
Bot
ParallelFor barrier/reduction loop in LocalAttentionForAllHeadsTokensAndBatch (tiled_attention.cc) with a lock-free 64-bit atomic compare-and-exchange state machine (AtomicGroupMergeSlot) partitioned into groups of up to 32 queries (kMergeGroupSize = 32). Subtasks hand off completed 32-query group pointers immediately via CAS or claim and merge waiting groups outside any lock. Uses Highway SIMD vectorization (MergeOnlineSoftmaxGroup32, hn::FastExpMinusOrZero) to compute online softmax exponents and scaling factors across all 32 queries simultaneously and combine attention outputs in a single FMA pass.
build
#8127:
Pull request #1028
opened
by
copybara-service
Bot
ParallelFor barrier/reduction loop in `LocalAtt…
build
#8126:
Commit 1956586
pushed
by
copybara-service
Bot
layout.total_bytes per attention subtask and kv_out_mem per token step by storing worker_workspaces and kv_out_mem on AttentionActivations / AttentionActivationsPtrs. This eliminates ~20M minor page faults and improves decode throughput by +18% to +26% on AMD Turin.
build
#8125:
Pull request #1025
synchronize
by
copybara-service
Bot
layout.total_bytes per attention subtask and kv_out_mem per token step by storing worker_workspaces and kv_out_mem on AttentionActivations / AttentionActivationsPtrs. This eliminates ~20M minor page faults and improves decode throughput by +18% to +26% on AMD Turin.
build
#8119:
Pull request #1025
opened
by
copybara-service
Bot