Skip to content

Conversation

mergennachin
Copy link
Contributor

Code Quality Improvements

  • Fixed HTML syntax error: Corrected invalid closing tag ( → ) on line 1179
  • Removed duplicate code: Eliminated ~80 lines of duplicate CSS definitions and redundant JavaScript event handlers
  • Fixed JavaScript event handling: Added explicit event parameter to all switcher functions (switchBackend, switchPlatform,
    switchMultimodalPlatform) and updated all 11 onclick handlers for better browser compatibility

Architecture Improvements

  • Externalized CSS: Moved ~1000 lines of inline CSS to separate style.css file, reducing HTML from ~2107 to ~1070 lines
  • Removed deployment artifacts: Removed hardcoded Cloudflare analytics script that should be injected at deployment time

Design Consistency

  • Standardized section padding: Unified all section padding to 5rem 0 (except Hero at 7rem 0 4rem and Footer at 3rem 0)

Marketing Updates

  • Updated backend names to marketing-approved branding:
    • XNNPACK with Arm Kleidi
    • Qualcomm® AI Engine for Qualcomm® Hexagon™ NPU
    • Apple Core ML for Apple silicon
    • NXP Semiconductors' eIQ® Neutron NPU
    • Apple Metal Performance Shaders (MPS)
    • OpenVINO from Intel
    • Samsung Exynos NPU
    • Arm Ethos-U NPU
    • and others

Code Quality Improvements

- Fixed HTML syntax error: Corrected invalid closing tag (</h1> → </div>) on line 1179
- Removed duplicate code: Eliminated ~80 lines of duplicate CSS definitions and redundant JavaScript event handlers
- Fixed JavaScript event handling: Added explicit event parameter to all switcher functions (switchBackend, switchPlatform,
switchMultimodalPlatform) and updated all 11 onclick handlers for better browser compatibility

Architecture Improvements

- Externalized CSS: Moved ~1000 lines of inline CSS to separate style.css file, reducing HTML from ~2107 to ~1070 lines
- Removed deployment artifacts: Removed hardcoded Cloudflare analytics script that should be injected at deployment time

Design Consistency

- Standardized section padding: Unified all section padding to 5rem 0 (except Hero at 7rem 0 4rem and Footer at 3rem 0)

Marketing Updates

- Updated backend names to marketing-approved branding:
  - XNNPACK with Arm Kleidi
  - Qualcomm® AI Engine for Qualcomm® Hexagon™ NPU
  - Apple Core ML for Apple silicon
  - NXP Semiconductors' eIQ® Neutron NPU
  - Apple Metal Performance Shaders (MPS)
  - OpenVINO from Intel
  - Samsung Exynos NPU
  - Arm Ethos-U NPU
  - and others
Copy link

pytorch-bot bot commented Oct 20, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15272

Note: Links to docs will display an error until the docs builds have been completed.

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 2 New Failures, 13 Pending, 4 Unrelated Failures

As of commit 67d71b4 with merge base 10a0f8c (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

BROKEN TRUNK - The following jobs failed but was present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 20, 2025
Copy link

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@mergennachin mergennachin merged commit f68b4de into main Oct 20, 2025
141 of 155 checks passed
@mergennachin mergennachin deleted the success_stories_page branch October 20, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants