ONNX Runtime WebGPU PR Monitor

Last Updated: 07/17/2026, 07:10 PM | Total: 341 PRs

Showing 1-10 of 64 PRs
Page 1 of 7
👤 xadupre📅 Created: 07/17/2026
🤖 AI 摘要

本 PR 标题为"setup gates for CI jobs",主要修改了 29 个文件,涉及 .github 等模块。代码变更包括 631 行新增和 193 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (29 files, 824 changes: +631/-193)
.github/workflows/android.yml
.github/workflows/ci_orchestrator.yml
.github/workflows/ios.yml
.github/workflows/lint.yml
.github/workflows/linux_ci.yml
.github/workflows/linux_cuda_ci.yml
.github/workflows/linux_cuda_plugin_ci.yml
.github/workflows/linux_minimal_build.yml
.github/workflows/linux_openvino_ci.yml
.github/workflows/linux_tensorrt_ci.yml
.github/workflows/linux_webgpu.yml
.github/workflows/mac.yml
.github/workflows/react_native.yml
.github/workflows/web.yml
.github/workflows/windows_build_x64_asan.yml
.github/workflows/windows_cuda.yml
.github/workflows/windows_cuda_plugin.yml
.github/workflows/windows_dml.yml
.github/workflows/windows_gpu_doc_gen.yml
.github/workflows/windows_openvino.yml
.github/workflows/windows_qnn_x64.yml
.github/workflows/windows_tensorrt.yml
.github/workflows/windows_webgpu.yml
.github/workflows/windows_x64_debug_build_x64_debug.yml
.github/workflows/windows_x64_release_build_x64_release.yml
.github/workflows/windows_x64_release_ep_generic_interface_build_x64_release_ep_generic_interface.yml
.github/workflows/windows_x64_release_vitisai_build_x64_release.yml
.github/workflows/windows_x64_release_xnnpack.yml
.github/workflows/windows_x86.yml
🤖 AI 摘要

本 PR 标题为"webgpu: Fix TurboQuant quantized KV cache for batch>1 with per-batch seqlens",主要修改了 4 个文件,涉及 onnxruntime 等模块。代码变更包括 194 行新增和 54 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (4 files, 248 changes: +194/-54)
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_fused_rotary_hadamard.wgsl.template
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.wgsl.template
onnxruntime/test/contrib_ops/group_query_attention_op_test.cc
👤 jchen10📅 Created: 07/17/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU] Intel SubgroupMatrix MatMul: batched-B support",主要修改了 7 个文件,涉及 onnxruntime 等模块。代码变更包括 189 行新增和 69 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (7 files, 258 changes: +189/-69)
onnxruntime/core/providers/webgpu/math/matmul.cc
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/vendor/intel/math/subgroup_matrix_tiling_selector.cc
onnxruntime/test/providers/webgpu/matmul_large_test.cc
👤 edgchen1📅 Created: 07/16/2026
🤖 AI 摘要

本 PR 标题为"Remove WebGPU EP Python packaging pipeline",主要修改了 8 个文件,涉及 tools、.agents 等模块。代码变更包括 2 行新增和 395 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (8 files, 397 changes: +2/-395)
.agents/skills/onnx-opset-bump-checklist/SKILL.md
.agents/skills/webgpu-local-testing/SKILL.md
tools/ci_build/github/azure-pipelines/main-release-pipeline.yml
tools/ci_build/github/azure-pipelines/py-webgpu-packaging-pipeline.yml
tools/ci_build/github/azure-pipelines/stages/py-linux-webgpu-stage.yml
tools/ci_build/github/azure-pipelines/stages/py-webgpu-packaging-stage.yml
tools/ci_build/github/azure-pipelines/stages/py-win-webgpu-stage.yml
tools/python/trigger_and_wait_pipelines.py
👤 pctablet505📅 Created: 07/16/2026
🤖 AI 摘要

本 PR 标题为"[js/web] Register Conv kernel for opset 22 in WebGPU JS EP",主要修改了 4 个文件,涉及 onnxruntime、js 等模块。代码变更包括 56 行新增和 7 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (4 files, 63 changes: +56/-7)
js/web/docs/webgpu-operators.md
js/web/test/data/ops/conv.jsonc
onnxruntime/core/providers/js/js_execution_provider.cc
onnxruntime/core/providers/js/operators/conv.cc
👤 hariharans29📅 Created: 07/15/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU] Emit line numbers and source context on shader compile failure",主要修改了 3 个文件,涉及 onnxruntime 等模块。代码变更包括 501 行新增和 0 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (3 files, 501 changes: +501/-0)
onnxruntime/core/providers/webgpu/program_manager.cc
onnxruntime/core/providers/webgpu/program_manager_helpers.h
onnxruntime/test/providers/webgpu/program_manager_test.cc
👤 prathikr📅 Created: 07/15/2026
🤖 AI 摘要

本 PR 标题为"implements online softmax for non-flash attention webgpu ep",主要修改了 1 个文件,涉及 onnxruntime 等模块。代码变更包括 19 行新增和 14 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (1 files, 33 changes: +19/-14)
onnxruntime/contrib_ops/webgpu/bert/attention.cc
👤 edgchen1📅 Created: 07/14/2026
🤖 AI 摘要

本 PR 标题为"[onnxruntime-web] Plans to deprecate and remove WebGL and JSEP",主要修改了 2 个文件,涉及 docs 等模块。代码变更包括 505 行新增和 0 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (2 files, 505 changes: +505/-0)
docs/design/onnxruntime_web_jsep_to_webgpu_ep_migration.md
docs/design/onnxruntime_web_remove_webgl_backend.md
👤 prathikr📅 Created: 07/13/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU] updates webgpu softmax to use online algorithm",主要修改了 1 个文件,涉及 onnxruntime 等模块。代码变更包括 28 行新增和 37 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (1 files, 65 changes: +28/-37)
onnxruntime/core/providers/webgpu/math/softmax.cc
👤 mingmingtasd📅 Created: 07/13/2026
🤖 AI 摘要

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

📁 Changed Files (10 files, 290 changes: +270/-20)
onnxruntime/core/framework/execution_provider.cc
onnxruntime/core/framework/kernel_lookup.h
onnxruntime/core/framework/session_state.cc
onnxruntime/core/providers/webgpu/math/unary_elementwise_ops.cc
onnxruntime/core/providers/webgpu/nn/pool.cc
onnxruntime/core/providers/webgpu/shader_variable.cc
onnxruntime/core/providers/webgpu/tensor/cast.cc
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/test/providers/cpu/math/clip_test.cc
onnxruntime/test/providers/cpu/tensor/cast_op_test.cc