From bdba3bfa63759d6f0719dbf9883f827cd74541fb Mon Sep 17 00:00:00 2001 From: Krzysztof Rymski Date: Fri, 27 Feb 2026 06:56:36 -0800 Subject: [PATCH] remove const to fix windows builds PiperOrigin-RevId: 876232691 --- gemma/tiled_attention.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemma/tiled_attention.cc b/gemma/tiled_attention.cc index c36828f..a824dbf 100644 --- a/gemma/tiled_attention.cc +++ b/gemma/tiled_attention.cc @@ -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(