remove const to fix windows builds

PiperOrigin-RevId: 876232691
This commit is contained in:
Krzysztof Rymski 2026-02-27 06:56:36 -08:00 committed by Copybara-Service
parent d8a123e4ec
commit bdba3bfa63
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ void LocalAttentionForAllHeadsTokensAndBatch(
}
void TiledAttention(AttentionImpl attention_impl, size_t num_tokens,
const size_t layer_idx, const LayerWeightsPtrs& layer,
size_t layer_idx, const LayerWeightsPtrs& layer,
AttentionActivationsPtrs& activations, QBatch& qbatch,
MatMulEnv& env, int flags) {
static const auto zone = env.ctx.profiler.AddZone(