feat(experimental): add GPU-native hierarchical trace manipulation#2762
Draft
ibgreen-openai wants to merge 3 commits into
Draft
feat(experimental): add GPU-native hierarchical trace manipulation#2762ibgreen-openai wants to merge 3 commits into
ibgreen-openai wants to merge 3 commits into
Conversation
ibgreen-openai
force-pushed
the
codex/gpu-trace-manipulation
branch
from
July 25, 2026 20:41
cc69263 to
71863b5
Compare
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.
Goals
Architecture
Changes
GPUMask,GPUGraphTraversal,GPUHierarchyLayout, andGPUAncestorProjection.Verification
yarn lint fixyarn lintyarn buildyarn workspace luma.gl-examples-experimental-gpu-trace-viewer buildyarn website:build(cd website && yarn build)yarn test-headless modules/experimental/test/gpu-primitives/gpu-trace-manipulation.spec.ts test/examples/gpu-trace-viewer.spec.tsyarn test-node test/examples/gpu-trace-viewer.node.spec.tsyarn website-debug --example experimental/gpu-trace-viewer --backend webgpu-core --headless: live WebGPU adapter, successful viewer rendering, and zero console, page, or request errors.Existing full-suite limitation
yarn testpasses all 181 Node tests and 1,283 browser tests, but reports one existing failure inmodules/arrow-layers/test/layers/arrow-layers.spec.ts:Arrow polygon and text layers render storage-backed WebGPU modelsexpects a drawable storage-backed polygon instance. The identical failure was independently reproduced against the original checkout, with no GPU trace changes, and is unrelated to this PR.