Skip to content

Commit e3c889f

Browse files
edgchen1Copilot
andcommitted
Document JSEP deprecation-window extension in Phase 2
Mirror the WebGL doc: note the single-release default for the /jsep escape hatch and that extension is driven by native-EP parity regressions surfacing via /jsep fallback usage, not a fixed calendar. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3788336 commit e3c889f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/design/onnxruntime_web_jsep_to_webgpu_ep_migration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@ unverified.
258258

259259
The default already runs the native EP (flipped in Phase 1); this release deletes JSEP and the temporary surfaces.
260260

261+
Timed a **single release** after Phase 1 by default, keeping the `/jsep` escape hatch (and thus the JSEP
262+
implementation) available for exactly one release. Extend only if native-EP parity regressions surface in the wild
263+
— real fallback usage via `/jsep`, not a fixed calendar, drives any extension.
264+
261265
1. **Remove build variants:** drop JSEP WASM artifacts; update `build.ts` and `package.json` exports, and remove
262266
the temporary `USE_WEBGPU_EP` flag. Repoint `/all` to the webgpu/default artifact (§5.3) — valid only once
263267
WebGL has also been dropped from `/all` (WebGL doc §8); if WebGL is still present, `/all` stays a distinct

0 commit comments

Comments
 (0)