chore(deps): bump wgpu from 22.1.0 to 29.0.3#1
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
05fc159 to
4550893
Compare
staticroostermedia-arch
added a commit
that referenced
this pull request
Apr 26, 2026
PROBLEM 1 — BVH eagerness deadlock: - CudaBackend::query() called ensure_bvh() before every query - ensure_bvh() triggered a SYNCHRONOUS build_from_dir() when the background thread hadn't committed yet (18s for 3613 blocks) - This caused every recall to block for 18+ seconds on first query FIX: - Remove ensure_bvh() from the query hot path entirely - BVH::read() returns None immediately if build is in progress; caller falls through to cpu.query() Rayon linear scan (~1s from cache) - Background build completes in ~18s and future queries use BVH O(log N) PROBLEM 2 — Depth bonus inflating Moltbook blocks: - D4 (Superposition Mass) = 0.05 gave deep blocks (depth=27-41) a +0.05 non-semantic bonus that outranked fresh genesis blocks - Moltbook agents consistently scored 0.66-0.68 via depth inflation regardless of semantic relevance to the query FIX (engram-core/src/backend.rs): - D4: 0.05 → 0.02 (depth less dominant) - D1: 0.70 → 0.74 (semantic resonance more dominant) - D2: 0.15 → 0.14 (minor rebalance) - D3: 0.10 (unchanged) RESULT: - mission_stewardship now ranks #1 (score 0.672) for mission-related queries - Recall latency: 1.0s (was 15s+ or timeout) - BVH builds eagerly in background thread; queries fall back to CPU scan until BVH is ready (~18s after startup) Also: store() now schedules background BVH rebuild instead of just invalidating"
4550893 to
b9b6c86
Compare
Bumps [wgpu](https://github.com/gfx-rs/wgpu) from 22.1.0 to 29.0.3. - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/v29.0.3/CHANGELOG.md) - [Commits](gfx-rs/wgpu@wgpu-v22.1.0...v29.0.3) --- updated-dependencies: - dependency-name: wgpu dependency-version: 29.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
b9b6c86 to
d90eca1
Compare
Author
|
Superseded by #26. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps wgpu from 22.1.0 to 29.0.3.
Release notes
Sourced from wgpu's releases.
Changelog
Sourced from wgpu's changelog.
... (truncated)
Commits
4cbe623Bump versions to v29.0.3ed3fb9dfix debug assertion not covering both parts of the debug statement (#9352)d4d264fBump versions to v29.0.27d7b948Don't fail metalcreate_fenceif no shared event could be created (#9415)9890bc9Fix missing dependency feature activations when building wgpu-hal with gles/d...bca70e5Fix validation for bindings with different sizes (#9341)5db7c60Fix bad debug_assert in dx12 indirect multi draw (#9332)9594023refactor: exportTextureChannel(#9349)41d557ffix(wgpu-hal/vulkan): only request shaderDrawParameters when needed (#9331)cccd90eFix wrong binding array sampler limit in dx12 (#9330)