ONNX Runtime WebGPU PR Monitor

Last Updated: 07/23/2026, 07:21 PM | Total: 353 PRs

Showing 1-10 of 70 PRs
Page 1 of 7
👤 wuisabel-gif📅 Created: 07/23/2026
🤖 AI 摘要

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

📁 Changed Files (4 files, 666 changes: +662/-4)
onnxruntime/core/providers/webgpu/rnn/gru.cc
onnxruntime/core/providers/webgpu/rnn/gru.h
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/test/providers/cpu/rnn/deep_cpu_gru_op_test.cc
👤 mingmingtasd📅 Created: 07/23/2026
🤖 AI 摘要

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

📁 Changed Files (3 files, 114 changes: +112/-2)
onnxruntime/core/providers/webgpu/shader_variable.cc
onnxruntime/core/providers/webgpu/tensor/cast.cc
onnxruntime/test/providers/cpu/tensor/cast_op_test.cc
👤 mingmingtasd📅 Created: 07/23/2026
🤖 AI 摘要

本 PR 标题为"[WebGPU EP] Add AveragePool 19/22 and integer Clip kernel registrations",主要修改了 5 个文件,涉及 onnxruntime 等模块。代码变更包括 202 行新增和 17 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (5 files, 219 changes: +202/-17)
onnxruntime/core/providers/webgpu/math/unary_elementwise_ops.cc
onnxruntime/core/providers/webgpu/nn/pool.cc
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/test/providers/cpu/math/clip_test.cc
onnxruntime/test/providers/cpu/nn/pool_op_test.cc
👤 mingmingtasd📅 Created: 07/23/2026
🤖 AI 摘要

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

📁 Changed Files (3 files, 214 changes: +214/-0)
onnxruntime/core/providers/webgpu/math/unary_elementwise_ops.cc
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/test/providers/cpu/math/clip_test.cc
👤 daijh📅 Created: 07/23/2026
🤖 AI 摘要

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

📁 Changed Files (4 files, 291 changes: +274/-17)
onnxruntime/core/providers/webgpu/math/binary_elementwise_ops.cc
onnxruntime/core/providers/webgpu/math/binary_elementwise_ops.h
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/test/providers/cpu/math/element_wise_ops_test.cc
👤 huningxin📅 Created: 07/22/2026
🤖 AI 摘要

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

📁 Changed Files (4 files, 172 changes: +87/-85)
onnxruntime/core/providers/webgpu/tensor/reshape.cc
onnxruntime/core/providers/webgpu/tensor/reshape.h
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/test/providers/cpu/tensor/tensor_op_test.cc
👤 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
👤 jchen10📅 Created: 07/22/2026
🤖 AI 摘要

本 PR 标题为"Add Intel WebGPU subgroup-matrix Gemm f16 kernel",主要修改了 6 个文件,涉及 onnxruntime 等模块。代码变更包括 928 行新增和 0 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (6 files, 928 changes: +928/-0)
onnxruntime/core/providers/webgpu/math/gemm.cc
onnxruntime/core/providers/webgpu/math/gemm.h
onnxruntime/core/providers/webgpu/math/subgroup_matrix_gemm.cc
onnxruntime/core/providers/webgpu/math/subgroup_matrix_gemm.h
onnxruntime/core/providers/webgpu/math/subgroup_matrix_gemm_8x16x16.wgsl.template
onnxruntime/test/providers/webgpu/gemm_large_test.cc
🤖 AI 摘要

本 PR 标题为" Capture higher-level (L2-L4) optimizations in compile-only EPContext models",主要修改了 4 个文件,涉及 onnxruntime 等模块。代码变更包括 128 行新增和 4 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (4 files, 132 changes: +128/-4)
onnxruntime/core/framework/graph_partitioner.cc
onnxruntime/core/framework/graph_partitioner.h
onnxruntime/core/session/inference_session.cc
onnxruntime/test/framework/inference_session_test.cc
🤖 AI 摘要

本 PR 标题为"Fix Dawn WebGPU parallel build race on webgpu_enum_class_bitmasks.h in wasm_inferencing_webgpu_jspi",主要修改了 3 个文件,涉及 cmake 等模块。代码变更包括 36 行新增和 15 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (3 files, 51 changes: +36/-15)
cmake/external/onnxruntime_external_deps.cmake
cmake/onnxruntime_providers_webgpu.cmake
cmake/patches/dawn/dawn_parallel_build_fix.patch