ONNX Runtime WebGPU PR Monitor

Last Updated: 06/29/2026, 08:00 PM | Total: 305 PRs

Showing 1-10 of 50 PRs
Page 1 of 5
🤖 AI 摘要

本 PR 标题为"WebGPU: enable INT64 for Equal/Sub/Where/ReduceSum under enable_int64 flag",主要修改了 7 个文件,涉及 onnxruntime 等模块。代码变更包括 218 行新增和 42 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (7 files, 260 changes: +218/-42)
onnxruntime/core/providers/webgpu/math/binary_elementwise_ops.cc
onnxruntime/core/providers/webgpu/math/binary_elementwise_ops.h
onnxruntime/core/providers/webgpu/reduction/reduction_ops.cc
onnxruntime/core/providers/webgpu/reduction/reduction_ops.h
onnxruntime/core/providers/webgpu/tensor/where.cc
onnxruntime/core/providers/webgpu/tensor/where.h
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
ep:WebGPU
👤 Jiawei-Shao📅 Created: 06/29/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU] Upgrade Dawn to the latest",主要修改了 5 个文件,涉及 cmake、onnxruntime 等模块。代码变更包括 12 行新增和 58 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (5 files, 70 changes: +12/-58)
cmake/deps.txt
cmake/external/onnxruntime_external_deps.cmake
cmake/patches/dawn/dawn_buffer_fix_injection.patch
cmake/patches/dawn/dawn_destroy_buffer_on_destructor.patch
onnxruntime/core/providers/webgpu/webgpu_context.cc
👤 xhcao📅 Created: 06/26/2026
🤖 AI 摘要

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

📁 Changed Files (6 files, 182 changes: +146/-36)
onnxruntime/core/providers/webgpu/vendor/intel/math/gemm.cc
onnxruntime/core/providers/webgpu/vendor/intel/math/gemm.h
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
onnxruntime/core/providers/webgpu/vendor/intel/math/matmul.h
🤖 AI 摘要

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

📁 Changed Files (4 files, 202 changes: +191/-11)
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc
onnxruntime/contrib_ops/webgpu/bert/flash_attention.h
onnxruntime/contrib_ops/webgpu/bert/group_query_attention.cc
onnxruntime/test/contrib_ops/group_query_attention_op_test.cc
ep:WebGPU
👤 fanchenkong1📅 Created: 06/18/2026
🤖 AI 摘要

本 PR 标题为"Recover Conv/ConvTranspose rank from weight when input shape is unknown",主要修改了 1 个文件,涉及 onnxruntime 等模块。代码变更包括 11 行新增和 4 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 76 changes: +72/-4)
onnxruntime/core/optimizer/layout_transformation/layout_transformation.cc
onnxruntime/test/optimizer/transpose_optimizer_test.cc
👤 Shivani767📅 Created: 06/16/2026
🤖 AI 摘要

本 PR 标题为"Add 2-bit quantization support to WebGPU GatherBlockQuantized operator",主要修改了 2 个文件,涉及 onnxruntime 等模块。代码变更包括 13 行新增和 4 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 17 changes: +13/-4)
onnxruntime/contrib_ops/webgpu/moe/qmoe.h
onnxruntime/contrib_ops/webgpu/quantization/gather_block_quantized.cc
ep:WebGPU
👤 edgchen1📅 Created: 06/15/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU plugin EP] Update release and packaging-related docs",主要修改了 8 个文件,涉及 tools、plugin-ep-webgpu 等模块。代码变更包括 143 行新增和 57 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (8 files, 217 changes: +149/-68)
plugin-ep-webgpu/README.md
plugin-ep-webgpu/RELEASE.md
plugin-ep-webgpu/csharp/Microsoft.ML.OnnxRuntime.EP.WebGpu/README.md
plugin-ep-webgpu/csharp/README.md
plugin-ep-webgpu/python/README.md
plugin-ep-webgpu/python/onnxruntime_ep_webgpu/README.md
tools/ci_build/github/azure-pipelines/stages/plugin-webgpu-nuget-packaging-stage.yml
tools/ci_build/github/azure-pipelines/stages/plugin-webgpu-packaging-stage.yml
👤 adrastogi📅 Created: 06/12/2026
🤖 AI 摘要

本 PR 标题为"Plugin WebGPU EP Branch: Update protobufjs versions",主要修改了 2 个文件,涉及 js 等模块。代码变更包括 120 行新增和 106 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 226 changes: +120/-106)
js/node/package-lock.json
js/web/package-lock.json
🤖 AI 摘要

本 PR 标题为"Fix WebGPU ConvTranspose incorrect output for fp16 models (output spatial dim > 2048)",主要修改了 1 个文件,涉及 onnxruntime 等模块。代码变更包括 4 行新增和 4 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (1 files, 8 changes: +4/-4)
onnxruntime/core/providers/webgpu/nn/conv_backprop.cc
👤 GopalakrishnanN📅 Created: 06/09/2026
🤖 AI 摘要

本 PR 标题为"Add Execution Provider conformance test suite",主要修改了 1 个文件,涉及 onnxruntime 等模块。代码变更包括 261 行新增和 0 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (1 files, 261 changes: +261/-0)
onnxruntime/test/framework/execution_provider_conformance_test.cc