[Webkit-unassigned] [Bug 265343] New: [WGSL] dot4U8Packed, dot4I8Packed do not appear to be implemented
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 25 19:41:36 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=265343
Bug ID: 265343
Summary: [WGSL] dot4U8Packed, dot4I8Packed do not appear to be
implemented
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGPU
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mwyrzykowski at apple.com
[WGSL] dot4U8Packed, dot4I8Packed do not appear to be implemented
https://www.w3.org/TR/WGSL/#dot4U8Packed-builtin
https://www.w3.org/TR/WGSL/#dot4I8Packed-builtin
I think something like (pseudo-code):
fn dot4U8Packed(e1: u32, e2: u32) -> u32
auto v1 = as_type<uint4>(e1);
auto v2 = as_type<uint4>(e2);
return dot(v1, v2);
would work
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231126/8cb32894/attachment.htm>
More information about the webkit-unassigned
mailing list