ONNX Runtime WebGPU PR Monitor

Last Updated: 06/04/2026, 08:07 PM | Total: 268 PRs

Showing 1-10 of 50 PRs
Page 1 of 5
👤 jambayk📅 Created: 06/04/2026
🤖 AI 摘要

本 PR 标题为"Add session.qdq_strip_activations option for QDQ models",主要修改了 7 个文件,涉及 onnxruntime、include 等模块。代码变更包括 926 行新增和 7 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (7 files, 933 changes: +926/-7)
include/onnxruntime/core/session/onnxruntime_session_options_config_keys.h
onnxruntime/core/optimizer/graph_transformer_utils.cc
onnxruntime/core/optimizer/qdq_transformer/qdq_strip_activations_transformer.cc
onnxruntime/core/optimizer/qdq_transformer/qdq_strip_activations_transformer.h
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.h
onnxruntime/test/optimizer/qdq_strip_activations_transformer_test.cc
👤 Copilot📅 Created: 06/04/2026
🤖 AI 摘要

本 PR 标题为"docs: Update outdated documentation pages",主要修改了 8 个文件,涉及 docs 等模块。代码变更包括 82 行新增和 35 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (8 files, 117 changes: +82/-35)
docs/get-started/community-projects.md
docs/get-started/training-pytorch.md
docs/get-started/with-python.md
docs/get-started/with-windows.md
docs/install/index.md
docs/performance/model-optimizations/ort-format-models.md
docs/reference/operators/index.md
docs/tutorials/accelerate-pytorch/pytorch.md
👤 prathikr📅 Created: 06/04/2026
🤖 AI 摘要

本 PR 标题为"creates zips to consume cuda plugin ep from foundry local",主要修改了 1 个文件,涉及 tools 等模块。代码变更包括 158 行新增和 0 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (1 files, 158 changes: +158/-0)
tools/ci_build/github/azure-pipelines/stages/plugin-cuda-packaging-stage.yml
👤 yuslepukhin📅 Created: 06/03/2026
🤖 AI 摘要

本 PR 标题为"Address resize shortcomings",主要修改了 5 个文件,涉及 onnxruntime 等模块。代码变更包括 281 行新增和 20 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (5 files, 301 changes: +281/-20)
onnxruntime/core/providers/cpu/tensor/upsample.cc
onnxruntime/core/providers/cpu/tensor/upsamplebase.h
onnxruntime/core/providers/cuda/tensor/upsample.cc
onnxruntime/core/providers/webgpu/tensor/upsample.cc
onnxruntime/test/providers/cpu/tensor/resize_op_test.cc
👤 qjia7📅 Created: 06/03/2026
🤖 AI 摘要

本 PR 标题为"webgpu: Add session-level buffer pool for graph capture reuse",主要修改了 8 个文件,涉及 onnxruntime 等模块。代码变更包括 248 行新增和 2 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (8 files, 250 changes: +248/-2)
onnxruntime/core/providers/webgpu/buffer_manager.cc
onnxruntime/core/providers/webgpu/buffer_manager.h
onnxruntime/core/providers/webgpu/session_buffer_pool.cc
onnxruntime/core/providers/webgpu/session_buffer_pool.h
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/core/providers/webgpu/webgpu_execution_provider.h
onnxruntime/core/providers/webgpu/webgpu_provider_factory.cc
onnxruntime/core/providers/webgpu/webgpu_provider_options.h
ep:WebGPU
👤 xhcao📅 Created: 06/03/2026
🤖 AI 摘要

本 PR 标题为"webgpu: adjust the parms for gemm-subgroup kernel",主要修改了 5 个文件,涉及 onnxruntime 等模块。代码变更包括 16 行新增和 8 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (5 files, 24 changes: +16/-8)
onnxruntime/core/providers/webgpu/math/matmul.cc
onnxruntime/core/providers/webgpu/vendor/intel/math/gemm.cc
onnxruntime/core/providers/webgpu/vendor/intel/math/gemm_subgroup.cc
onnxruntime/core/providers/webgpu/vendor/intel/math/gemm_subgroup.h
onnxruntime/core/providers/webgpu/vendor/intel/math/matmul.cc
👤 haoxli📅 Created: 06/03/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU] Fix nearest half-tie handling for round_prefer_ceil/floor",主要修改了 2 个文件,涉及 onnxruntime 等模块。代码变更包括 84 行新增和 2 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 88 changes: +86/-2)
onnxruntime/core/providers/webgpu/tensor/resize_impl.cc
onnxruntime/test/providers/cpu/tensor/resize_op_test.cc
👤 guschmue📅 Created: 05/29/2026
🤖 AI 摘要

本 PR 标题为"WebGPU Pad kernel int64 / int32 truncation can read to oob read",主要修改了 3 个文件,涉及 onnxruntime 等模块。代码变更包括 45 行新增和 1 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (3 files, 46 changes: +45/-1)
onnxruntime/core/providers/webgpu/tensor/pad.cc
onnxruntime/core/providers/webgpu/tensor/pad.wgsl.template
onnxruntime/test/providers/cpu/tensor/pad_test.cc
ep:WebGPU
👤 guschmue📅 Created: 05/29/2026
🤖 AI 摘要

本 PR 标题为"checks to handle oob writes based on seqlens_k",主要修改了 8 个文件,涉及 onnxruntime 等模块。代码变更包括 50 行新增和 23 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (8 files, 73 changes: +50/-23)
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc
onnxruntime/contrib_ops/webgpu/bert/flash_attention.h
onnxruntime/contrib_ops/webgpu/bert/flash_attention.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/flash_attention_decode_qkt.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/flash_attention_decode_split_vx.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/flash_attention_decode_vx_reduce.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/split_packed_qkv_with_rotary_embedding.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/split_packed_qkv_with_rotary_embedding_and_copykv.wgsl.template
ep:WebGPU
👤 guschmue📅 Created: 05/28/2026
🤖 AI 摘要

本 PR 标题为"fix bound check on webgpu/slice",主要修改了 2 个文件,涉及 onnxruntime 等模块。代码变更包括 34 行新增和 1 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 35 changes: +34/-1)
onnxruntime/core/providers/webgpu/tensor/slice.cc
onnxruntime/test/providers/cpu/tensor/slice_op.test.cc
ep:WebGPU