ONNX Runtime WebGPU PR Monitor

Last Updated: 07/13/2026, 07:26 PM | Total: 330 PRs

Showing 1-10 of 62 PRs
Page 1 of 7
👤 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 (6 files, 78 changes: +72/-6)
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/webgpu_execution_provider.cc
🤖 AI 摘要

本 PR 标题为"[WebGPU EP] Support device-free compile-only sessions for offline graph transformation",主要修改了 19 个文件,涉及 cmake、include、onnxruntime 等模块。代码变更包括 255 行新增和 41 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (19 files, 296 changes: +255/-41)
cmake/onnxruntime.cmake
cmake/onnxruntime_providers_webgpu.cmake
include/onnxruntime/core/framework/execution_provider.h
onnxruntime/core/providers/webgpu/allocator.cc
onnxruntime/core/providers/webgpu/allocator.h
onnxruntime/core/providers/webgpu/ep/factory.cc
onnxruntime/core/providers/webgpu/ep/factory.h
onnxruntime/core/providers/webgpu/webgpu_context.cc
onnxruntime/core/providers/webgpu/webgpu_context.h
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/core/providers/webgpu/webgpu_execution_provider.h
onnxruntime/core/providers/webgpu/webgpu_provider_factory.cc
onnxruntime/core/providers/webgpu/webgpu_provider_options.h
onnxruntime/core/session/environment.cc
onnxruntime/core/session/inference_session.cc
onnxruntime/core/session/plugin_ep/ep_factory_internal.h
onnxruntime/core/session/plugin_ep/ep_factory_internal_impl.h
onnxruntime/core/session/plugin_ep/ep_factory_webgpu.cc
onnxruntime/core/session/plugin_ep/ep_factory_webgpu.h
🤖 AI 摘要

本 PR 标题为"[js/webgpu] Gate subgroup feature on Electron+Intel to prevent conv mispredictions",主要修改了 3 个文件,涉及 js 等模块。代码变更包括 75 行新增和 4 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (3 files, 79 changes: +75/-4)
js/web/lib/wasm/jsep/backend-webgpu.ts
js/web/test/unittests/backends/wasm/test-webgpu-feature-selection.ts
js/web/test/unittests/index.ts
👤 hariharans29📅 Created: 07/10/2026
🤖 AI 摘要

本 PR 标题为"[DO NOT MERGE]: Loosen tolerance for QKV fusion tests on WebGPU",主要修改了 1 个文件,涉及 onnxruntime 等模块。代码变更包括 8 行新增和 6 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (1 files, 14 changes: +8/-6)
onnxruntime/test/optimizer/matmul_nbits_qkv_fusion_test.cc
👤 prathikr📅 Created: 07/09/2026
🤖 AI 摘要

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

📁 Changed Files (8 files, 268 changes: +202/-66)
onnxruntime/core/providers/webgpu/compute_context.h
onnxruntime/core/providers/webgpu/math/softmax.cc
onnxruntime/core/providers/webgpu/math/softmax.h
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc
onnxruntime/core/providers/webgpu/webgpu_execution_provider.h
onnxruntime/core/providers/webgpu/webgpu_provider_factory.cc
onnxruntime/core/providers/webgpu/webgpu_provider_options.h
onnxruntime/test/providers/cpu/math/softmax_test.cc
👤 daijh📅 Created: 07/08/2026
🤖 AI 摘要

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

📁 Changed Files (1 files, 12 changes: +5/-7)
onnxruntime/contrib_ops/webgpu/quantization/matmul_nbits_wide_tile.wgsl.template
🤖 AI 摘要

本 PR 标题为"fix(webgpu): use f32 accumulators in fp16 MatMul/MatMulNBits to prevent overflow (#26732)",主要修改了 5 个文件,涉及 js、onnxruntime、scripts 等模块。代码变更包括 179 行新增和 32 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (8 files, 384 changes: +211/-173)
js/web/lib/wasm/jsep/webgpu/ops/3rd-party/matmul_packed_webgpu.ts
js/web/lib/wasm/jsep/webgpu/ops/matmul-shaders.ts
js/web/lib/wasm/jsep/webgpu/ops/matmulnbits.ts
onnxruntime/contrib_ops/webgpu/quantization/dp4a_matmul.wgsl.template
onnxruntime/contrib_ops/webgpu/quantization/dp4a_matmul_small_m.wgsl.template
onnxruntime/contrib_ops/webgpu/quantization/matmul_nbits.wgsl.template
onnxruntime/contrib_ops/webgpu/quantization/matmul_nbits_mlp.wgsl.template
onnxruntime/contrib_ops/webgpu/quantization/matmul_nbits_qkv.wgsl.template
👤 jchen10📅 Created: 07/07/2026
🤖 AI 摘要

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

📁 Changed Files (14 files, 5285 changes: +5187/-98)
onnxruntime/contrib_ops/webgpu/quantization/subgroup_matrix_matmul_nbits.cc
onnxruntime/core/providers/webgpu/math/matmul.cc
onnxruntime/core/providers/webgpu/math/matmul.h
onnxruntime/core/providers/webgpu/math/subgroup_matrix_config.cc
onnxruntime/core/providers/webgpu/math/subgroup_matrix_config.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/intel_device_info.cc
onnxruntime/core/providers/webgpu/vendor/intel/intel_device_info.h
onnxruntime/core/providers/webgpu/vendor/intel/math/subgroup_matrix_matmul_tuned.inc
onnxruntime/core/providers/webgpu/vendor/intel/math/subgroup_matrix_tiling_selector.cc
onnxruntime/core/providers/webgpu/vendor/intel/math/subgroup_matrix_tiling_selector.h
onnxruntime/test/providers/cpu/math/matmul_test.cc
👤 xhcao📅 Created: 07/07/2026
🤖 AI 摘要

本 PR 标题为"webgpu: add MatMulBnb4 contrib op support",主要修改了 6 个文件,涉及 onnxruntime 等模块。代码变更包括 745 行新增和 3 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (6 files, 585 changes: +582/-3)
onnxruntime/contrib_ops/webgpu/quantization/matmul_bnb4.cc
onnxruntime/contrib_ops/webgpu/quantization/matmul_bnb4.h
onnxruntime/contrib_ops/webgpu/quantization/matmul_bnb4.wgsl.template
onnxruntime/contrib_ops/webgpu/quantization/matmul_bnb4_tile.wgsl.template
onnxruntime/contrib_ops/webgpu/webgpu_contrib_kernels.cc
onnxruntime/test/contrib_ops/matmul_bnb4_test.cc
👤 titaiwangms📅 Created: 07/06/2026
🤖 AI 摘要

本 PR 标题为"Add missing rank/length validation to pooling operators (fix OOB reads)",主要修改了 5 个文件,涉及 onnxruntime 等模块。代码变更包括 282 行新增和 8 行删除。 这是一个与 ONNX Runtime WebGPU 相关的改动,具体功能需要查看代码详情。

📁 Changed Files (5 files, 290 changes: +282/-8)
onnxruntime/contrib_ops/cpu/quantization/nhwc_max_pool.cc
onnxruntime/core/providers/cpu/fp16/fp16_pool.cc
onnxruntime/core/providers/cpu/nn/pool_attributes.h
onnxruntime/test/contrib_ops/nhwc_maxpool_op_test.cc
onnxruntime/test/providers/cpu/nn/pool_op_test.cc