You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
- Introduces `FileDiffView` for comparing any two kernels within the same input file.
- Supports Single IR (dropdown including Python) and All IRs (collapsible sections including Python) modes.
- Synchronizes URL parameters for shareability (debounced) while avoiding local file leakage.
#### Key Changes
- New file: `website/src/pages/FileDiffView.tsx` with dual-source controls and kernel selectors for left/right.
- Debounced sync of `mode`, `ir`, `ignore_ws`, `word_level`, `context`, `wrap`, `only_changed` to URL.
- Adds buttons to preview either side in `Kernel Overview` or `IR Code` via FileDiffSession navigation.
Pull Request resolved: #112
Reviewed By: sfzhu93
Differential Revision: D82745888
Pulled By: FindHao
fbshipit-source-id: a3886ab523753cc20cdaa7b2490423bf638e2d8c
0 commit comments