Skip to content

revert webgpu manifest changes and filter out winml webgpu ep#854

Open
prathikr wants to merge 4 commits into
mainfrom
prathikrao/revert-webgpu-manifest
Open

revert webgpu manifest changes and filter out winml webgpu ep#854
prathikr wants to merge 4 commits into
mainfrom
prathikrao/revert-webgpu-manifest

Conversation

@prathikr

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 30, 2026 21:33
@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
foundry-local Ready Ready Preview, Comment Jun 30, 2026 10:09pm

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts the WebGPU EP “manifest-driven” install flow by removing the remote manifest fetch/parse and instead baking per-platform package metadata (download URL + expected provider SHA-256) directly into the C++ bootstrapper.

Changes:

  • Removed manifest download + JSON parsing, replacing it with a static per-platform metadata map.
  • Switched package verification and download to use baked-in expected hashes and URLs.
  • Simplified includes and dependencies accordingly (dropping http_client, sha256, nlohmann::json, etc.).

Comment thread sdk_v2/cpp/src/ep_detection/webgpu_ep_bootstrapper.cc
Comment thread sdk_v2/cpp/src/ep_detection/webgpu_ep_bootstrapper.cc
Comment thread sdk_v2/cpp/src/ep_detection/webgpu_ep_bootstrapper.cc Outdated
Comment thread sdk_v2/cpp/src/ep_detection/webgpu_ep_bootstrapper.cc Outdated
@prathikr prathikr changed the title revert webgpu manifest changes revert webgpu manifest changes and filter out winml webgpu ep Jun 30, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants