Resolve open frontend, routing, and packaging defects in OpenXLA XProf: - #3304
Open
copybara-service[bot] wants to merge 1 commit into
Open
Resolve open frontend, routing, and packaging defects in OpenXLA XProf:#3304copybara-service[bot] wants to merge 1 commit into
copybara-service[bot] wants to merge 1 commit into
Conversation
copybara-service
Bot
force-pushed
the
test_974413011
branch
2 times, most recently
from
September 1, 2026 11:28
1600e3d to
5ccca72
Compare
copybara-service
Bot
force-pushed
the
test_974413011
branch
2 times, most recently
from
September 2, 2026 05:09
4ac6dc9 to
10abb3a
Compare
1. Build & Packaging Integrity: - Exclude unexported internal syntax highlight service from Copybara export (copy.bara.sky). 2. Server & Routing Contract: - Route runtime.js and return HTTP 404 for unmapped endpoints to prevent catch-all HTML masking (server.py, profile_plugin.py, runtime.js). - Provide offline asset fallback with timeout in index.html when CDN is unreachable. - Prevent server tool caches from polluting tracked repository directories (profile_plugin.py). 3. Client Diagnostic & Data Invariants: - Register XProfErrorHandler in app_module.ts to log full exception messages and stack traces. - Sanitize uninitialized GPU memory pointers ((null), INVALID) in memory breakdown tables (memory_breakdown_table.ts). - Clamp non-finite (NaN) values to 0 in SVG step time graph geometry (step_time_graph.ts). - Clamp host/device synchronization self-time skew to prevent negative step durations in input pipeline analyzer (xplane_to_step_events.cc, device_side_analysis_detail_data_provider.ts). PiperOrigin-RevId: 974413011
copybara-service
Bot
force-pushed
the
test_974413011
branch
from
September 2, 2026 05:16
10abb3a to
d6e2d58
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.
Resolve open frontend, routing, and packaging defects in OpenXLA XProf: