ONNX Runtime WebGPU PR Monitor

Last Updated: 08/04/2026, 07:36 PM | Total: 381 PRs

Showing 1-10 of 63 PRs
Page 1 of 7
👤 edgchen1📅 Created: 08/03/2026
🤖 AI 摘要

本 PR 标题为"Add ort-release-notes skill to draft release notes",主要修改了 5 个文件,涉及 docs、.agents、plugin-ep-webgpu 等模块。代码变更包括 208 行新增和 0 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (5 files, 208 changes: +208/-0)
.agents/skills/ort-release-notes/SKILL.md
.agents/skills/ort-release-notes/presets.json
docs/ReleaseNotesWorkflow.md
plugin-ep-webgpu/README.md
plugin-ep-webgpu/paths.txt
👤 hariharans29📅 Created: 08/03/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU] Initial PagedAttention implementation (1/n)",主要修改了 18 个文件,涉及 docs、onnxruntime 等模块。代码变更包括 2242 行新增和 41 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (18 files, 2283 changes: +2242/-41)
docs/design/webgpu_paged_attention.md
onnxruntime/contrib_ops/cpu/bert/paged_attention_helper.h
onnxruntime/contrib_ops/cuda/bert/paged_attention.cc
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_qkv.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/paged_attention.cc
onnxruntime/contrib_ops/webgpu/bert/paged_attention.h
onnxruntime/contrib_ops/webgpu/bert/paged_attention_gather_kv.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/paged_attention_repack_output.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/paged_attention_rotary.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/paged_attention_scatter_kv.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/paged_attention_split_packed_qkv.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/paged_attention_unpack_query.wgsl.template
onnxruntime/contrib_ops/webgpu/webgpu_contrib_kernels.cc
onnxruntime/test/providers/webgpu/paged_attention_test.cc
onnxruntime/test/python/transformers/test_paged_attention.py
ep:WebGPU
🤖 AI 摘要

本 PR 标题为"Add AzureContainerRegistry to network isolation policy for additional pipelines.",主要修改了 3 个文件,涉及 tools 等模块。代码变更包括 3 行新增和 3 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (3 files, 6 changes: +3/-3)
tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines-cuda13.yml
tools/ci_build/github/azure-pipelines/plugin-cuda-pipeline.yml
tools/ci_build/github/azure-pipelines/plugin-webgpu-pipeline.yml
🤖 AI 摘要

本 PR 标题为"[CUDA/CPU/WebGPU] Add state_window to LinearAttention and CausalConvWithState",主要修改了 21 个文件,涉及 onnxruntime 等模块。代码变更包括 943 行新增和 147 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (23 files, 1512 changes: +1347/-165)
docs/ContribOperators.md
onnxruntime/contrib_ops/cpu/bert/attention_common.h
onnxruntime/contrib_ops/cpu/bert/causal_conv_with_state.cc
onnxruntime/contrib_ops/cpu/bert/causal_conv_with_state.h
onnxruntime/contrib_ops/cpu/bert/causal_conv_with_state_helper.h
onnxruntime/contrib_ops/cpu/bert/linear_attention.cc
onnxruntime/contrib_ops/cpu/bert/linear_attention.h
onnxruntime/contrib_ops/cpu/bert/linear_attention_helper.h
onnxruntime/contrib_ops/cuda/bert/causal_conv_with_state.cc
onnxruntime/contrib_ops/cuda/bert/causal_conv_with_state.h
onnxruntime/contrib_ops/cuda/bert/causal_conv_with_state_impl.cu
onnxruntime/contrib_ops/cuda/bert/causal_conv_with_state_impl.h
onnxruntime/contrib_ops/cuda/bert/group_query_attention.cc
onnxruntime/contrib_ops/cuda/bert/linear_attention.cc
onnxruntime/contrib_ops/cuda/bert/linear_attention.h
onnxruntime/contrib_ops/cuda/bert/linear_attention_impl.cu
onnxruntime/contrib_ops/cuda/bert/linear_attention_impl.h
onnxruntime/contrib_ops/webgpu/bert/causal_conv_with_state.cc
onnxruntime/contrib_ops/webgpu/bert/linear_attention.cc
onnxruntime/core/graph/contrib_ops/bert_defs.cc
onnxruntime/test/contrib_ops/causal_conv_with_state_op_test.cc
onnxruntime/test/contrib_ops/linear_attention_op_test.cc
onnxruntime/test/python/transformers/test_gqa.py
👤 guptaishaan📅 Created: 07/29/2026
🤖 AI 摘要

本 PR 标题为"Do not fuse LayerNorm when ReduceMean has keepdims=0",主要修改了 2 个文件,涉及 onnxruntime 等模块。代码变更包括 99 行新增和 2 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 101 changes: +99/-2)
onnxruntime/core/optimizer/layer_norm_fusion.cc
onnxruntime/test/optimizer/graph_transform_test_layernorm.cc
👤 GopalakrishnanN📅 Created: 07/28/2026
🤖 AI 摘要

本 PR 标题为"Drive EP conformance coverage from the provider registry",主要修改了 3 个文件,涉及 onnxruntime 等模块。代码变更包括 748 行新增和 0 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (3 files, 748 changes: +748/-0)
onnxruntime/test/framework/execution_provider_conformance_test.cc
onnxruntime/test/providers/ep_conformance_plugin_test.cc
onnxruntime/test/util/include/ep_conformance_invariants.h
👤 jchen10📅 Created: 07/27/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU] Support odd-N subgroup matrix MatMul weights",主要修改了 6 个文件,涉及 onnxruntime 等模块。代码变更包括 160 行新增和 23 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (7 files, 202 changes: +179/-23)
onnxruntime/core/providers/webgpu/math/matmul.h
onnxruntime/core/providers/webgpu/math/subgroup_matrix_matmul.cc
onnxruntime/core/providers/webgpu/math/subgroup_matrix_matmul.h
onnxruntime/core/providers/webgpu/math/subgroup_matrix_matmul_8x16x16.wgsl.template
onnxruntime/core/providers/webgpu/math/subgroup_matrix_matmul_pad_b.wgsl.template
onnxruntime/test/providers/cpu/math/matmul_test.cc
onnxruntime/test/providers/webgpu/matmul_large_test.cc
ep:WebGPU
🤖 AI 摘要

本 PR 标题为"PagedAttention: add CPU/WebGPU interfaces and tune CUDA validation/launch",主要修改了 10 个文件,涉及 onnxruntime 等模块。代码变更包括 207 行新增和 13 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (10 files, 220 changes: +207/-13)
onnxruntime/contrib_ops/cpu/bert/paged_attention.cc
onnxruntime/contrib_ops/cpu/bert/paged_attention.h
onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc
onnxruntime/contrib_ops/cuda/bert/paged_attention.cc
onnxruntime/contrib_ops/cuda/bert/paged_attention_helper.h
onnxruntime/contrib_ops/cuda/bert/paged_attention_impl.cu
onnxruntime/contrib_ops/webgpu/bert/paged_attention.cc
onnxruntime/contrib_ops/webgpu/bert/paged_attention.h
onnxruntime/contrib_ops/webgpu/webgpu_contrib_kernels.cc
onnxruntime/core/graph/contrib_ops/bert_defs.cc
👤 xiaofeihan1📅 Created: 07/24/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU] Serialize shared WebGpuContext access across sessions",主要修改了 5 个文件,涉及 onnxruntime 等模块。代码变更包括 346 行新增和 4 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (14 files, 1258 changes: +1057/-201)
onnxruntime/core/providers/webgpu/buffer_manager.cc
onnxruntime/core/providers/webgpu/buffer_manager.h
onnxruntime/core/providers/webgpu/compute_context.h
onnxruntime/core/providers/webgpu/ep/factory.cc
onnxruntime/core/providers/webgpu/program_manager.cc
onnxruntime/core/providers/webgpu/program_manager.h
onnxruntime/core/providers/webgpu/shared_buffer_pool.cc
onnxruntime/core/providers/webgpu/shared_buffer_pool.h
onnxruntime/core/providers/webgpu/webgpu_context.cc
onnxruntime/core/providers/webgpu/webgpu_context.h
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/core/providers/webgpu/webgpu_execution_provider.h
onnxruntime/core/providers/webgpu/webgpu_kernel.cc
onnxruntime/test/providers/webgpu/concurrent_context_test.cc
ep:WebGPU
👤 xiaofeihan1📅 Created: 07/22/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU] Scale Dawn pipeline compilation workers with CPU count",主要修改了 2 个文件,涉及 onnxruntime、cmake 等模块。代码变更包括 175 行新增和 1 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 176 changes: +175/-1)
cmake/onnxruntime_providers_webgpu.cmake
onnxruntime/core/providers/webgpu/webgpu_context.cc
ep:WebGPU