Skip to content

chore(deps): bump golang.org/x/net from 0.46.1-0.20251013234738-63d1a5100f82 to 0.55.0 in /sgl-model-gateway/bindings/golang - #3

Open
dependabot[bot] wants to merge 2 commits into
sglang-milesfrom
dependabot/go_modules/sgl-model-gateway/bindings/golang/golang.org/x/net-0.55.0
Open

chore(deps): bump golang.org/x/net from 0.46.1-0.20251013234738-63d1a5100f82 to 0.55.0 in /sgl-model-gateway/bindings/golang#3
dependabot[bot] wants to merge 2 commits into
sglang-milesfrom
dependabot/go_modules/sgl-model-gateway/bindings/golang/golang.org/x/net-0.55.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown

Bumps golang.org/x/net from 0.46.1-0.20251013234738-63d1a5100f82 to 0.55.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

allenz and others added 2 commits July 3, 2026 06:07
… inline solve)

The fused single-launch chunk-replay _gdn_fused_replay was ~1e-4 off torch_chunk
in fp32 and tipped a bf16 boundary on ~1% of real decode tokens. The kernel
computed A = -tl.dot(kb,kn^T)*decay and ran the forward-substitution solve
INLINE while A was still a register-resident tl.dot accumulator (unrounded).
torch_chunk instead feeds the standalone _fwd_sub_kernel an A that its @ rounded
to fp32 in global memory. Same solve code, but the unrounded-A input drifted ~1
fp32 ULP.

Fix: split the solve out. New _gdn_replay_A_kernel computes A and stores it to a
global fp32 tensor; the shared _fwd_sub_kernel (identical to torch_chunk's
_solve_fwd_sub) solves it in place; the main kernel takes precomputed T and does
only the proven-0.0 tl.dot chain. _gdn_chunk_replay_decode now calls
_gdn_fused_replay again instead of eager torch_chunk.

Verified fp32 torch.equal (0.0) vs torch_chunk's pre-bf16-cast core AND the w==64
commit boundary Snew, across widths 1/5/30/63/64 at real Qwen3.6 dims HV=48 HK=16
K=V=128. Test now asserts fp32 identity (not just bf16, which never tipped on
random data and hid the bug).

Added GDN_REPLAY_PROBE compares fused replay vs torch_chunk in situ
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.46.1-0.20251013234738-63d1a5100f82 to 0.55.0.
- [Commits](https://github.com/golang/net/commits/v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 3, 2026
@allenz
allenz force-pushed the sglang-miles branch 2 times, most recently from 1f173fb to a471a22 Compare July 15, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant