ONNX Runtime WebGPU PR Monitor

Last Updated: 07/28/2026, 07:27 PM | Total: 369 PRs

Showing 1-10 of 75 PRs
Page 1 of 8
👤 edgchen1📅 Created: 07/28/2026
🤖 AI 摘要

本 PR 标题为"[plugin-ep-webgpu/rel-0.2] WebGPU plugin EP 0.2.1 cherry-picks",主要修改了 13 个文件,涉及 tools、.github、cmake 等模块。代码变更包括 118 行新增和 44 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (13 files, 162 changes: +118/-44)
.github/workflows/ios.yml
.github/workflows/mac.yml
.github/workflows/macos-ci-build-and-test-workflow.yml
cmake/onnxruntime.cmake
cmake/patches/xnnpack/AddEmscriptenAndIosSupport.patch
tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml
tools/ci_build/github/azure-pipelines/post-merge-jobs.yml
tools/ci_build/github/azure-pipelines/stages/plugin-mac-webgpu-stage.yml
tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml
tools/ci_build/github/azure-pipelines/templates/mac-cpu-packing-jobs.yml
tools/ci_build/github/azure-pipelines/templates/py-macos.yml
tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml
tools/ci_build/github/azure-pipelines/templates/use-xcode-version.yml
👤 mingmingtasd📅 Created: 07/28/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU EP] Gate int64 Clip kernel behind enable_int64",主要修改了 4 个文件,涉及 onnxruntime 等模块。代码变更包括 36 行新增和 6 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (4 files, 42 changes: +36/-6)
onnxruntime/core/providers/webgpu/math/unary_elementwise_ops.cc
onnxruntime/core/providers/webgpu/math/unary_elementwise_ops.h
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/test/providers/cpu/math/clip_test.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
👤 miaobin📅 Created: 07/27/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU EP] Support uint8 for Reshape",主要修改了 2 个文件,涉及 onnxruntime 等模块。代码变更包括 28 行新增和 6 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 41 changes: +33/-8)
onnxruntime/core/providers/webgpu/tensor/reshape.cc
onnxruntime/test/providers/cpu/tensor/tensor_op_test.cc
👤 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
🤖 AI 摘要

本 PR 标题为"Split W2 AVX-512-VNNI dispatch into its own TU to work around MSVC C1001",主要修改了 3 个文件,涉及 cmake、onnxruntime 等模块。代码变更包括 75 行新增和 44 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (3 files, 119 changes: +75/-44)
cmake/onnxruntime_mlas.cmake
onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx512vnni.cpp
onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx512vnni_2bit.cpp
👤 huningxin📅 Created: 07/25/2026
🤖 AI 摘要

本 PR 标题为"WebGPU EP: Add int64 support for Tile operator",主要修改了 6 个文件,涉及 onnxruntime 等模块。代码变更包括 165 行新增和 27 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (6 files, 254 changes: +225/-29)
onnxruntime/core/providers/webgpu/shader_variable.cc
onnxruntime/core/providers/webgpu/shader_variable.h
onnxruntime/core/providers/webgpu/tensor/tile.cc
onnxruntime/core/providers/webgpu/tensor/tile.h
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/test/providers/cpu/tensor/tile_op_test.cc
🤖 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
👤 huningxin📅 Created: 07/24/2026
🤖 AI 摘要

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

📁 Changed Files (4 files, 108 changes: +95/-13)
onnxruntime/core/providers/webgpu/tensor/gather.cc
onnxruntime/core/providers/webgpu/tensor/gather.h
onnxruntime/core/providers/webgpu/webgpu_supported_types.h
onnxruntime/test/providers/cpu/tensor/gather_op_test.cc
👤 mingmingtasd📅 Created: 07/24/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU EP] Support uint8 for Expand",主要修改了 2 个文件,涉及 onnxruntime 等模块。代码变更包括 106 行新增和 17 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 135 changes: +117/-18)
onnxruntime/core/providers/webgpu/tensor/expand.cc
onnxruntime/test/providers/cpu/tensor/expand_test.cc