ONNX Runtime WebGPU PR Monitor

Last Updated: 08/07/2026, 12:02 AM | Total: 388 PRs

Showing 1-10 of 64 PRs
Page 1 of 7
🤖 AI 摘要

本 PR 标题为"[WebGPU plugin EP] Update Python package test to only pass one WebGPU EP device",主要修改了 1 个文件,涉及 plugin-ep-webgpu 等模块。代码变更包括 32 行新增和 9 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (1 files, 41 changes: +32/-9)
plugin-ep-webgpu/python/test/test_webgpu_plugin_ep.py
👤 titaiwangms📅 Created: 08/06/2026
🤖 AI 摘要

本 PR 标题为"Handle zero-element input/bias in BiasGelu and FastGelu as a no-op",主要修改了 4 个文件,涉及 onnxruntime 等模块。代码变更包括 39 行新增和 3 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (4 files, 42 changes: +39/-3)
onnxruntime/contrib_ops/cpu/bert/bias_gelu.cc
onnxruntime/contrib_ops/cuda/math/bias_gelu.cc
onnxruntime/test/contrib_ops/element_wise_ops_test.cc
onnxruntime/test/contrib_ops/fastgelu_op_test.cc
🤖 AI 摘要

本 PR 标题为"Fix uninterpolated error messages in per-channel TensorQuantOverrides validation",主要修改了 2 个文件,涉及 onnxruntime 等模块。代码变更包括 26 行新增和 4 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 30 changes: +26/-4)
onnxruntime/python/tools/quantization/tensor_quant_overrides.py
onnxruntime/test/python/quantization/test_tensor_quant_overrides_option.py
🤖 AI 摘要

本 PR 标题为"WIP: Enable CUDA coverage for shared PagedAttention contrib-op tests via cache aliasing harness",主要修改了 19 个文件,涉及 docs、onnxruntime 等模块。代码变更包括 2746 行新增和 91 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (19 files, 2837 changes: +2746/-91)
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_pack_metadata.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/contrib_ops/paged_attention_op_test.cc
onnxruntime/test/python/transformers/test_paged_attention.py
🤖 AI 摘要

本 PR 标题为"Link delayimp.lib for onnxruntime_pybind11_state when delay-loading is enabled ",主要修改了 1 个文件,涉及 cmake 等模块。代码变更包括 3 行新增和 0 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (1 files, 3 changes: +3/-0)
cmake/onnxruntime_python.cmake
👤 hariharans29📅 Created: 08/03/2026
🤖 AI 摘要

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

📁 Changed Files (19 files, 2641 changes: +2550/-91)
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_pack_metadata.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/contrib_ops/paged_attention_op_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