Skip to content

Commit

Permalink
docs: add WebGPU to EP page
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Feb 18, 2025
1 parent b5e54a5 commit e9e50cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/pages/perf/execution-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ ONNX Runtime must be compiled from source with support for each execution provid
| [AMD MIGraphX](https://onnxruntime.ai/docs/execution-providers/MIGraphX-ExecutionProvider.html) | `migraphx` | 🔷 ||
| [AMD Vitis AI](https://onnxruntime.ai/docs/execution-providers/Vitis-AI-ExecutionProvider.html) | `vitis` | 🔷 ||
| [Rockchip RKNPU](https://onnxruntime.ai/docs/execution-providers/community-maintained/RKNPU-ExecutionProvider.html) | `rknpu` | 🔷 ||
| WebGPU | `webgpu` | 🔷 | ✅<sup>\*</sup> |
| [Microsoft Azure](https://onnxruntime.ai/docs/execution-providers/Azure-ExecutionProvider.html) | - || - |

<div style={{ opacity: 0.5, display: 'flex', flexDirection: 'column', fontSize: '0.75rem' }}>
<p>\* WebGPU binaries are currently only available for <code>wasm32-unknown-emscripten</code>.</p>
</div>

<Callout type='default'>
Note that a few execution providers (notably CUDA, TensorRT, and ROCm) are only available with **dynamic linking**. Dynamic linking may require additional setup to get working; see [Linking > Dynamic linking](/setup/linking#dynamic-linking).
</Callout>
Expand Down
1 change: 1 addition & 0 deletions docs/pages/setup/cargo-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Each [execution provider](/perf/execution-providers) is also gated behind a Carg
- **AMD MIGraphX**: `migraphx`
- **AMD Vitis AI**: `vitis`
- **Rockchip RKNPU**: `rknpu`
- **WebGPU**: `webgpu`

0 comments on commit e9e50cc

Please sign in to comment.