Open
Bug 2008761
Opened 1 day ago
[wpt-sync] Sync PR 57011 - WebNN: Reject batched MatMul with large K dimension size on OV NPU
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 57011 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/57011
Details from upstream follow.
mingming <mingming1.xu@intel.com> wrote:
WebNN: Reject batched MatMul with large K dimension size on OV NPU
OV NPU can't support models with batched MatMul whose K
dimension size is too large, resulting in hange issue during
model compilation.This CL rejects such MatMul operations to prevent hang issues.
Bug: 467442135
Cq-Include-Trybots: luci.chromium.try:win11-blink-rel
Change-Id: I35797f771829a2ff2908a61242a6b287e264893a
Reviewed-on: https://chromium-review.googlesource.com/7245170
WPT-Export-Revision: 891ab458d0222dbf7f32faadf2efa18cca58f270
You need to log in
before you can comment on or make changes to this bug.
Description
•